Skip to content

Commit

Permalink
mypy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Aug 17, 2024
1 parent 4f07588 commit c6fbf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookkeeping/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

tz_conversion = ""

def set_timezone_conversion():
def set_timezone_conversion() -> None:
global tz_conversion
tz_conversion = ""
if config.mercure.server_time != config.mercure.local_time:
Expand Down

0 comments on commit c6fbf0d

Please sign in to comment.