Skip to content

Commit b50fb1f

Browse files
committed
final fmt
1 parent a55dd78 commit b50fb1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/router/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
router = APIRouter()
55

66
# The routes.
7-
from . import latest, sources, locations # isort:skip
7+
from . import latest, sources, locations # isort:skip

app/services/location/csbs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def get(self, id):
2222
return self.get_all()[id]
2323

2424

25-
2625
# Base URL for fetching data
2726
base_url = "https://facts.csbs.org/covid-19/covid19_county.csv"
2827

0 commit comments

Comments
 (0)