We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf32c2 commit d628268Copy full SHA for d628268
1 file changed
app/services/location/jhu.py
@@ -8,7 +8,7 @@ class JhuLocationService(LocationService):
8
Service for retrieving locations from Johns Hopkins CSSE (https://github.com/CSSEGISandData/COVID-19).
9
"""
10
11
- def get_all(self, **kwargs):
+ def get_all(self):
12
# Get all of the data categories locations.
13
confirmed = get_category('confirmed')['locations']
14
deaths = get_category('deaths')['locations']
0 commit comments