From cfd9935943fc3474fdc91e94aa53f8f3afbbcff7 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Wed, 12 Oct 2022 13:33:18 +0100 Subject: [PATCH] fastkml.times needs to be correctly annotated --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e25a235..b8460005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ show_error_codes = true [[tool.mypy.overrides]] module = [ - "fastkml.kml", "fastkml.data", "fastkml.views", + "fastkml.kml", "fastkml.data", "fastkml.views", "fastkml.times", "fastkml.tests.oldunit_test", "fastkml.tests.config_test" ] ignore_errors = true