Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 19, 2023
1 parent 0c066f9 commit 9243f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def retreive_log_messages(
return result

@overrides(LogStore.get_location)
def get_location(self):
def get_location(self) -> str:
return "MOCK"


Expand Down

0 comments on commit 9243f7a

Please sign in to comment.