diff --git a/src/server.py b/src/server.py index 07d995a..7667617 100644 --- a/src/server.py +++ b/src/server.py @@ -16,7 +16,7 @@ FIFO = "/tmp/college-bot-ipc" JSON: typing.Union[ str, int, float, bool, None, typing.Dict[str, "JSON"], typing.List["JSON"] ] = typing.Union[ - str, int, float, bool, None, typing.Dict[str, "JSON"], typing.List["JSON"] + str, int, float, bool, None, dict, list ]