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 6e1e54a commit 873162eCopy full SHA for 873162e
nhsn/delphi_nhsn/pull.py
@@ -8,8 +8,7 @@
8
from delphi_utils import create_backup_csv
9
from sodapy import Socrata
10
11
-from .constants import PRELIM_SIGNALS_MAP, PRELIM_TYPE_DICT, SIGNALS_MAP, TYPE_DICT, \
12
- MAIN_DATASET_ID, PRELIM_DATASET_ID
+from .constants import MAIN_DATASET_ID, PRELIM_DATASET_ID, PRELIM_SIGNALS_MAP, PRELIM_TYPE_DICT, SIGNALS_MAP, TYPE_DICT
13
14
15
def pull_data(socrata_token: str, dataset_id: str):
0 commit comments