Skip to content

Commit 38ee4de

Browse files
committed
Appease the linter
1 parent 5076b4d commit 38ee4de

File tree

1 file changed

+1
-1
lines changed
  • usafacts/delphi_usafacts

1 file changed

+1
-1
lines changed

usafacts/delphi_usafacts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_module():
6767
params = read_params()
6868
export_start_date = params["export_start_date"]
6969
if export_start_date == "latest":
70-
export_start_date = datetime.combine(date.today(),time(0,0)) - timedelta(days=1)
70+
export_start_date = datetime.combine(date.today(), time(0, 0)) - timedelta(days=1)
7171
else:
7272
export_start_date = datetime.strptime(export_start_date, "%Y-%m-%d")
7373
export_dir = params["export_dir"]

0 commit comments

Comments
 (0)