Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
apply bridge pattern under app/services/location directory. class csb…
…s.py, jhu.py, nyt.py implements the interface DataSourcesInterface in sourcelocations.py. Add BasicLocationService class to implement the LocationService class. LocationService class in __init__.py get a new constructor method. And apply BasicLocationService in app/data/__init__.py
  • Loading branch information
JoyBiao committed Aug 16, 2021
commit 2de2ac7672ffdc8c09b2c99ad7c6c16a53f0a223
2 changes: 1 addition & 1 deletion app/services/location/basiclocationservice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""app.services.location.csbs.py"""
"""app.services.location.basiclocationservice.py"""

from . import LocationService

Expand Down