Skip to content

Commit fd06b7a

Browse files
committed
Module not found
1 parent f661cd6 commit fd06b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thingsdb/client/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from websockets.client import connect # type: ignore
3434
from websockets.client import WebSocketClientProtocol # type: ignore
3535
from websockets.exceptions import ConnectionClosed # type: ignore
36-
except ImportError:
36+
except (ImportError, ModuleNotFoundError):
3737
websockets = None
3838
connect = None
3939

0 commit comments

Comments
 (0)