Skip to content

Commit 07c6c90

Browse files
dshemetovdsweber2
authored andcommitted
fix: jank
1 parent c0e5a1c commit 07c6c90

File tree

1 file changed

+2
-2
lines changed
  • nchs_mortality/delphi_nchs_mortality

1 file changed

+2
-2
lines changed

nchs_mortality/delphi_nchs_mortality/pull.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def pull_nchs_mortality_data(socrata_token: str, test_file: Optional[str] = None
8989
Expected column(s) missed, The dataset schema may
9090
have changed. Please investigate and amend the code.
9191
92-
received={''.join(type_dict.keys())}
93-
expected={''.join(df.columns)}
92+
expected={''.join(type_dict.keys())}
93+
received={''.join(df.columns)}
9494
""") from exc
9595

9696
df = df[keep_columns + ["timestamp", "state"]].set_index("timestamp")

0 commit comments

Comments
 (0)