Skip to content

Commit 56912bb

Browse files
committed
Explicitly import the metadata attributes
1 parent c6397d8 commit 56912bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webexteamssdk/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
import logging
3434

3535
import webexteamssdk.models.cards as cards
36-
from ._metadata import *
36+
from ._metadata import (
37+
__author__, __author_email__, __copyright__, __description__,
38+
__download_url__, __license__, __title__, __url__, __version__,
39+
)
3740
from .api import WebexTeamsAPI
3841
from .exceptions import (
3942
AccessTokenError, ApiError, ApiWarning, MalformedResponse, RateLimitError,

0 commit comments

Comments
 (0)