From 3a1867b7cf53e08729b6ee41aeaf2d818845a909 Mon Sep 17 00:00:00 2001 From: munahaf Date: Fri, 1 Sep 2023 19:38:39 +0000 Subject: [PATCH] Comment: Updated a module name to allow import without type errors. --- third_party/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/__init__.py b/third_party/__init__.py index c956ee728..2444d0300 100644 --- a/third_party/__init__.py +++ b/third_party/__init__.py @@ -1,5 +1,5 @@ from .websocket_server import WebsocketServer __all__ = [ - WebsocketServer + 'WebsocketServer' ]