Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aysim319 committed Sep 11, 2024
1 parent 47d8c39 commit b78c63a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nssp/delphi_nssp/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,7 @@ def run_module(params):
df_csv = df[CSV_COLS + ["timestamp"]]
# actual export
dates = create_export_csv(
df_csv,
geo_res=geo,
export_dir=export_dir,
sensor=signal,
weekly_dates=True,
logger=logger
df_csv, geo_res=geo, export_dir=export_dir, sensor=signal, weekly_dates=True, logger=logger
)
if len(dates) > 0:
run_stats.append((max(dates), len(dates)))
Expand Down

0 comments on commit b78c63a

Please sign in to comment.