Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 31, 2024
1 parent 1256df2 commit 3207d04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added custom/custom/py.typed
Empty file.
2 changes: 1 addition & 1 deletion custom/custom/views/swisscom_heatmap/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from cornice import Service # type: ignore[import-untyped]
from geojson import FeatureCollection # type: ignore[import-untyped]

from .query_swisscom_heatmap_api import SwisscomHeatmapApi
from custom.views.swisscom_heatmap.query_swisscom_heatmap_api import SwisscomHeatmapApi

LOG = logging.getLogger(__name__)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pyramid.response import Response # type: ignore[import-untyped]
from requests_oauthlib import OAuth2Session # type: ignore[import-untyped]

from .tile_id_to_coordinates import tile_id_to_ll
from custom.views.swisscom_heatmap.tile_id_to_coordinates import tile_id_to_ll

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 3207d04

Please sign in to comment.