From 95ca11e98c47c3e8e57093c37134a6f51bcb6f30 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 29 Dec 2021 17:05:21 +0100 Subject: Add type hinting everywhere so we can enable strict mypy options Signed-off-by: Olivier Gayot --- swiftstory/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swiftstory/__main__.py') diff --git a/swiftstory/__main__.py b/swiftstory/__main__.py index 6b7111d..3e2bcff 100644 --- a/swiftstory/__main__.py +++ b/swiftstory/__main__.py @@ -12,7 +12,7 @@ from swiftstory.game_manager import GameManager from swiftstory.interface.ws import WebsocketsInterface -def main(): +def main() -> None: """ Entry point: we create the game manager and start the Websockets server. """ parser = argparse.ArgumentParser() -- cgit v1.2.3