diff options
Diffstat (limited to 'contrib/python/websocket-client/py3/websocket/_abnf.py')
-rw-r--r-- | contrib/python/websocket-client/py3/websocket/_abnf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/websocket-client/py3/websocket/_abnf.py b/contrib/python/websocket-client/py3/websocket/_abnf.py index 416ebc8ffc..d7754e0de2 100644 --- a/contrib/python/websocket-client/py3/websocket/_abnf.py +++ b/contrib/python/websocket-client/py3/websocket/_abnf.py @@ -5,14 +5,14 @@ import sys from threading import Lock from typing import Callable, Optional, Union -from ._exceptions import * +from ._exceptions import WebSocketPayloadException, WebSocketProtocolException from ._utils import validate_utf8 """ _abnf.py websocket - WebSocket client library for Python -Copyright 2023 engn33r +Copyright 2024 engn33r Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |