File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1818BASE_URL = "https://facts.csbs.org/covid-19/covid19_county.csv"
1919
2020
21- class CSBSLocationService (LocationService ):
21+ class CSBSLocationService ():
2222 """
2323 Service for retrieving locations from csbs
2424 """
Original file line number Diff line number Diff line change 2424BASE_URL = "https://raw.githubusercontent.com/CSSEGISandData/2019-nCoV/master/csse_covid_19_data/csse_covid_19_time_series/"
2525
2626
27- class JhuLocationService (LocationService ):
27+ class JhuLocationService ():
2828 """
2929 Service for retrieving locations from Johns Hopkins CSSE (https://github.com/CSSEGISandData/COVID-19).
3030 """
Original file line number Diff line number Diff line change 1111from ...location .nyt import NYTLocation
1212from ...models import Timeline
1313from ...utils import httputils
14- from . import LocationService
1514
1615LOGGER = logging .getLogger ("services.location.nyt" )
1716
1817# Base URL for fetching category.
1918BASE_URL = "https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv"
2019
2120
22- class NYTLocationService (LocationService ):
21+ class NYTLocationService ():
2322 """
2423 Service for retrieving locations from New York Times (https://github.com/nytimes/covid-19-data).
2524 """
You can’t perform that action at this time.
0 commit comments