We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78c085 commit db8907cCopy full SHA for db8907c
1 file changed
webexteamssdk/__init__.py
@@ -36,7 +36,7 @@
36
from ._version import get_versions
37
from .api import WebexTeamsAPI
38
from .exceptions import (
39
- ApiError, RateLimitError, RateLimitWarning,
+ AccessTokenError, ApiError, RateLimitError, RateLimitWarning,
40
webexteamssdkException,
41
)
42
from .models.dictionary import dict_data_factory
0 commit comments