Skip to content

Commit db8907c

Browse files
committed
Expose AccessTokenError at package level
1 parent b78c085 commit db8907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from ._version import get_versions
3737
from .api import WebexTeamsAPI
3838
from .exceptions import (
39-
ApiError, RateLimitError, RateLimitWarning,
39+
AccessTokenError, ApiError, RateLimitError, RateLimitWarning,
4040
webexteamssdkException,
4141
)
4242
from .models.dictionary import dict_data_factory

0 commit comments

Comments
 (0)