Skip to content

Commit

Permalink
Update CommonClient.py
Browse files Browse the repository at this point in the history
treble suggestion 3

Co-authored-by: Doug Hoskisson <[email protected]>
  • Loading branch information
qwint and beauxq authored May 14, 2024
1 parent 2411f6c commit a80379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class CommonContext:
starting_reconnect_delay: int = 5
current_reconnect_delay: int = starting_reconnect_delay
command_processor: typing.Type[CommandProcessor] = ClientCommandProcessor
ui_manager: typing.Optional["kvui.GameManager"] = None
ui_manager: typing.Optional["type[kvui.GameManager]"] = None
ui = None
ui_task: typing.Optional["asyncio.Task[None]"] = None
input_task: typing.Optional["asyncio.Task[None]"] = None
Expand Down

0 comments on commit a80379f

Please sign in to comment.