Skip to content

Commit

Permalink
fastkml.times needs to be correctly annotated
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 12, 2022
1 parent db0448a commit cfd9935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfd9935

Please sign in to comment.