Skip to content

Commit 81c6b15

Browse files
committed
fix linter errors
1 parent 5abffe7 commit 81c6b15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PyStemmusScope/save.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def to_netcdf(config_file: str, cf_filename: str) -> str:
332332
# otherwise it cannot be uploaded to modelevaluation portal
333333
start_time = time.dt.strftime("%Y-%m-%d").values[0]
334334
time_encode = {
335-
"time": {"units": f"seconds since {start_time}","calendar": "standard"}
336-
}
335+
"time": {"units": f"seconds since {start_time}", "calendar": "standard"}
336+
}
337337
# save to nc file
338338
nc_filename = (
339339
Path(config["OutputPath"])

0 commit comments

Comments
 (0)