From e7397d2002332f8647f5b1b9528437cd1b5520a2 Mon Sep 17 00:00:00 2001 From: Dylan McReynolds Date: Mon, 10 Jul 2023 15:32:03 -0700 Subject: [PATCH] black update --- tiled/server/protocols.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tiled/server/protocols.py b/tiled/server/protocols.py index 390024842..031f53f1f 100644 --- a/tiled/server/protocols.py +++ b/tiled/server/protocols.py @@ -3,13 +3,10 @@ from fastapi import Request - - @dataclass class UserSessionState: """Data transfer class to communicate custom session state infromation.""" - user_name: str state: dict = None