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 aa16b00 commit 22d0491Copy full SHA for 22d0491
_delphi_utils_python/delphi_utils/validator/datafetcher.py
@@ -112,7 +112,7 @@ def get_geo_signal_combos(data_source):
112
"""
113
# Maps data_source name with what's in the API, lists used in case of multiple names
114
115
- source_signal_mappings = {i['db_source']:i['source'] for i in
+ source_signal_mappings = {i['db_source']:i['source'] for i in
116
requests.get("https://api.covidcast.cmu.edu/epidata/covidcast/meta").json()}
117
meta = covidcast.metadata()
118
source_meta = meta[meta['data_source'] == data_source]
0 commit comments