Skip to content

Commit b486e50

Browse files
committed
lint: google_symptoms
1 parent 8bc77ca commit b486e50

File tree

1 file changed

+1
-1
lines changed
  • google_symptoms/delphi_google_symptoms

1 file changed

+1
-1
lines changed

google_symptoms/delphi_google_symptoms/pull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def preprocess(df, level):
6767
try:
6868
df = df[KEEP_COLUMNS]
6969
except KeyError:
70-
raise ValueError(
70+
raise ValueError( # pylint: disable=raise-missing-from
7171
"Some necessary columns are missing. The dataset "
7272
"schema may have changed. Please investigate."
7373
)

0 commit comments

Comments
 (0)