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 a55dd78 commit b50fb1fCopy full SHA for b50fb1f
app/router/__init__.py
@@ -4,4 +4,4 @@
4
router = APIRouter()
5
6
# The routes.
7
-from . import latest, sources, locations # isort:skip
+from . import latest, sources, locations # isort:skip
app/services/location/csbs.py
@@ -22,7 +22,6 @@ def get(self, id):
22
return self.get_all()[id]
23
24
25
-
26
# Base URL for fetching data
27
base_url = "https://facts.csbs.org/covid-19/covid19_county.csv"
28
0 commit comments