Skip to content

Commit edd6dbd

Browse files
committed
lint
1 parent 3c989f6 commit edd6dbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_delphi_utils_python/delphi_utils/validator/datafetcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ def get_geo_signal_combos(data_source):
109109
110110
Cross references based on combinations reported available by COVIDcast metadata.
111111
"""
112-
113112
params = read_params()
114113
assert "validation" in params
115114
api_key = ("epidata", params["validation"]["common"]["api_credentials"])
116-
117115
# Maps data_source name with what's in the API, lists used in case of multiple names
118116
meta_response = requests.get("https://api.covidcast.cmu.edu/epidata/covidcast/meta",
119117
auth=api_key)

0 commit comments

Comments
 (0)