Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arindamsaha1507 committed Feb 26, 2024
1 parent 2836019 commit 23bff50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run.py
Expand Up @@ -15,8 +15,6 @@
read_age_csv,
read_building_csv,
read_disease_yml,
read_measures_yml,
read_vaccinations_yml
)


Expand Down Expand Up @@ -299,7 +297,7 @@ def main():
eco.debug_mode = False
eco.print_status(outfile, silent=True)

for time in range(0, end_time):
for _ in range(0, end_time):
measures.enact_measures_and_evolutions(
eco, eco.time, measures_yml, vaccinations_yml, disease_yml
)
Expand Down

0 comments on commit 23bff50

Please sign in to comment.