Skip to content

Commit

Permalink
Fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Mar 25, 2024
1 parent 1dabe01 commit 2b0d796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/views/public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.db.models import Count
from django.http import JsonResponse, HttpRequest
from gisserver.features import FeatureType, field # type: ignore
from gisserver.types import XsdElement, XsdTypes
from gisserver.types import XsdElement, XsdTypes # type: ignore
from gisserver.views import WFSView # type: ignore

from dashboard.models import Species, DATA_SRID, Observation
Expand Down

0 comments on commit 2b0d796

Please sign in to comment.