Skip to content

Commit

Permalink
fix flake8 issues in traffic files
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Dec 14, 2023
1 parent d7540d9 commit eed9aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/tracking/traffic/traffic_data_mgmt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import matplotlib.pyplot as plt
import os
import pandas as pd
import subprocess

cwd = os.getcwd()

Expand Down Expand Up @@ -52,5 +51,6 @@ def update_csv(string):

fig.savefig(trafficpath + "plots.svg")

# removing the files should not be necessary here since they're not included in the git commit
# removing the files should not be necessary here
# since they're not included in the git commit
# subprocess.run(["rm -rf " + defaultpath[:-1]], shell=True)

0 comments on commit eed9aff

Please sign in to comment.