Skip to content

Commit

Permalink
Ignore mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey-Vervoort-KNMI committed Mar 1, 2024
1 parent 3ecee58 commit 0a961b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edr_pydantic/edr_feature_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from edr_pydantic.base_model import EdrBaseModel
from edr_pydantic.parameter import Parameter
from geojson_pydantic import FeatureCollection
from geojson_pydantic import FeatureCollection # type: ignore

Check warning on line 5 in src/edr_pydantic/edr_feature_collection.py

View check run for this annotation

Codecov / codecov/patch

src/edr_pydantic/edr_feature_collection.py#L3-L5

Added lines #L3 - L5 were not covered by tests


class EDRFeatureCollection(EdrBaseModel, FeatureCollection):
Expand Down

0 comments on commit 0a961b2

Please sign in to comment.