We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8c717 commit ed5d172Copy full SHA for ed5d172
app/services/location/csbs.py …ervices/location/basiclocationservice.pyapp/services/location/csbs.py renamed to app/services/location/basiclocationservice.py
@@ -1,20 +1,7 @@
1
"""app.services.location.csbs.py"""
2
-import csv
3
-import logging
4
-from datetime import datetime
5
6
-from asyncache import cached
7
-from cachetools import TTLCache
8
-
9
-from ...caches import check_cache, load_cache
10
-from ...coordinates import Coordinates
11
-from ...location.csbs import CSBSLocation
12
-from ...utils import httputils
13
from . import LocationService
14
15
-LOGGER = logging.getLogger("services.location.csbs")
16
17
18
class BasicLocationService(LocationService):
19
"""
20
Service for retrieving locations from csbs
0 commit comments