Skip to content

Commit ed5d172

Browse files
committed
apply bridge pattern
1 parent 1e8c717 commit ed5d172

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/services/location/csbs.py renamed to app/services/location/basiclocationservice.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
"""app.services.location.csbs.py"""
2-
import csv
3-
import logging
4-
from datetime import datetime
52

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
133
from . import LocationService
144

15-
LOGGER = logging.getLogger("services.location.csbs")
16-
17-
185
class BasicLocationService(LocationService):
196
"""
207
Service for retrieving locations from csbs

0 commit comments

Comments
 (0)