Skip to content

Commit eb02355

Browse files
committed
add back warning suppression
1 parent cbbbfa6 commit eb02355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routers/v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Sources(str, enum.Enum):
2020

2121

2222
@V2.get("/latest", response_model=LatestResponse)
23-
async def get_latest(request: Request, source: Sources = "jhu"):
23+
async def get_latest(request: Request, source: Sources = "jhu"): # pylint: disable=unused-argument
2424
"""
2525
Getting latest amount of total confirmed cases, deaths, and recoveries.
2626
"""

0 commit comments

Comments
 (0)