Skip to content

Commit

Permalink
hotfix: Include KorbitUnauthorized exception to package
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed May 18, 2022
1 parent 8f87e44 commit 8cb4655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykorbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pykorbit.__metadata__ import __version__
from pykorbit.authentication_api import KorbitAuthenticationApi
from pykorbit.demo.websocket_echo import KorbitWebsocketEcho
from pykorbit.exception import (KorbitMessageNotAccepted,
from pykorbit.exception import (KorbitMessageNotAccepted, KorbitUnauthorized,
KorbitUnexpectedResponse,
KorbitWebsocketMessageReceiveFailed)
from pykorbit.rest_api import KorbitRestApi
Expand Down

0 comments on commit 8cb4655

Please sign in to comment.