Skip to content

Commit

Permalink
REMOVE: mention if error being raised
Browse files Browse the repository at this point in the history
Signed-off-by: Segelzwerg <25705862+Segelzwerg@users.noreply.github.com>
  • Loading branch information
Segelzwerg committed Aug 27, 2022
1 parent d9221b4 commit d898bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whist_server/services/game_info_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def add(cls, info: dict) -> None:
def get(cls):
"""
Retrieves the game info object.
:return: Game info object if it is exists. Else raises GameInfoNotSetError.
:return: Game info object if it is exists. Else None.
"""
return cls._info

0 comments on commit d898bfc

Please sign in to comment.