Skip to content

Commit 58e9519

Browse files
committed
remove extraneous colon
1 parent 3e34f5c commit 58e9519

File tree

1 file changed

+1
-1
lines changed
  • src/acquisition/covid_hosp/common

1 file changed

+1
-1
lines changed

src/acquisition/covid_hosp/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def update_dataset(database, network, newer_than=None, older_than=None):
207207
all_metadata = []
208208
for url, index in revisions:
209209
with database.connect() as db:
210-
already_in_db = db.contains_revision(url):
210+
already_in_db = db.contains_revision(url)
211211
if already_in_db:
212212
logger.info(f"already collected revision: {url}")
213213
else:

0 commit comments

Comments
 (0)