Skip to content

Commit 1b2fa65

Browse files
committed
chore(repo): Lint
1 parent 7350325 commit 1b2fa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwp_consumer/internal/entities/tensorstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def missing_times(self) -> ResultE[list[dt.datetime]]:
545545
if d != "init_time"
546546
}).isnull().all().values:
547547
missing_times.append(pd.Timestamp(it).to_pydatetime().replace(tzinfo=dt.UTC))
548-
log.debug(f"NaNs in init times '{missing_times}' suggest they are missing, will redownload")
548+
log.debug(f"NaNs in init times '{missing_times}' suggest they are missing, will redownload")
549549
return Success(missing_times)
550550

551551
@staticmethod

0 commit comments

Comments
 (0)