Skip to content

Commit be82446

Browse files
Run ruff format
1 parent 323e632 commit be82446

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mriqc/cli/version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ def check_latest():
7777

7878
if cachefile is not None and latest is not None:
7979
with suppress(Exception):
80-
cachefile.write_text(
81-
'|'.join((f'{latest}', datetime.now(tz=UTC).strftime(DATE_FMT)))
82-
)
80+
cachefile.write_text('|'.join((f'{latest}', datetime.now(tz=UTC).strftime(DATE_FMT))))
8381

8482
return latest
8583

0 commit comments

Comments
 (0)