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 8bc77ca commit b486e50Copy full SHA for b486e50
google_symptoms/delphi_google_symptoms/pull.py
@@ -67,7 +67,7 @@ def preprocess(df, level):
67
try:
68
df = df[KEEP_COLUMNS]
69
except KeyError:
70
- raise ValueError(
+ raise ValueError( # pylint: disable=raise-missing-from
71
"Some necessary columns are missing. The dataset "
72
"schema may have changed. Please investigate."
73
)
0 commit comments