Skip to content

Commit 613d499

Browse files
committed
Move cards models to webexteamssdk.models.cards package
1 parent 327b452 commit 613d499

File tree

10 files changed

+1
-2
lines changed

10 files changed

+1
-2
lines changed

webexteamssdk/api/messages.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
from ..restsession import RestSession
4040
from ..utils import (
4141
check_type, dict_from_items_with_values, is_local_file, is_web_url,
42-
open_local_file, make_card_attachment
42+
make_card_attachment, open_local_file,
4343
)
44-
from ..cards.card import AdaptiveCard
4544

4645

4746
API_ENDPOINT = 'messages'
File renamed without changes.

0 commit comments

Comments
 (0)