Skip to content

Commit

Permalink
script: lint plotting script
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Eaton committed Feb 22, 2023
1 parent 2a09c78 commit 403777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def main(

# Defragment dataframe for Issue #218
plot_df = copy.copy(plot_df)

# Add epiweeks column
plot_df.insert(0, "epiweek", plot_df.index)

Expand Down

0 comments on commit 403777a

Please sign in to comment.