Skip to content

Commit 48eb714

Browse files
update comment formatting
1 parent 9d65e9e commit 48eb714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

covid_xprize/oxford_data/oxford_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def prepare_cases_dataframe(data_url: str) -> pd.DataFrame:
231231

232232

233233
def threshold_min_cases(df: pd.DataFrame) -> pd.DataFrame:
234-
# Remove all rows with too few cases
234+
"""Remove all rows with too few cases"""
235235
return df.drop(df[df.ConfirmedCases < MIN_CASES].index)
236236

237237

0 commit comments

Comments
 (0)