Skip to content

Commit 1070647

Browse files
committed
format
1 parent 0205546 commit 1070647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pretext/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@ def check_for_updates() -> None:
990990
log.info(f"You are using the latest version of pretext, {current_version}.\n")
991991
# update the last check date
992992
with open(last_check, "w") as f:
993-
f.write(str(datetime.date.today())+"\n")
994-
f.write(latest+"\n")
993+
f.write(str(datetime.date.today()) + "\n")
994+
f.write(latest + "\n")
995995

996996

997997
def report_version() -> None:

0 commit comments

Comments
 (0)