Skip to content

Commit 4fb424a

Browse files
fix imports
1 parent 8f3fc22 commit 4fb424a

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

slack_sdk/web/async_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@
2525
from .async_base_client import AsyncBaseClient, AsyncSlackResponse
2626
from .internal_utils import (
2727
_parse_web_class_objects,
28-
_update_call_participants,
29-
_warn_if_message_text_content_is_missing,
3028
_print_files_upload_v2_suggestion,
3129
_remove_none_values,
3230
_to_v2_file_upload_item,
3331
_update_call_participants,
3432
_validate_for_legacy_client,
35-
_warn_if_text_or_attachment_fallback_is_missing,
33+
_warn_if_message_text_content_is_missing,
3634
)
3735

3836

slack_sdk/web/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
from .base_client import BaseClient, SlackResponse
1616
from .internal_utils import (
1717
_parse_web_class_objects,
18-
_update_call_participants,
19-
_warn_if_message_text_content_is_missing,
2018
_print_files_upload_v2_suggestion,
2119
_remove_none_values,
2220
_to_v2_file_upload_item,
2321
_update_call_participants,
2422
_validate_for_legacy_client,
25-
_warn_if_text_or_attachment_fallback_is_missing,
23+
_warn_if_message_text_content_is_missing,
2624
)
2725

2826

slack_sdk/web/legacy_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@
2727
from .legacy_base_client import LegacyBaseClient, SlackResponse
2828
from .internal_utils import (
2929
_parse_web_class_objects,
30-
_update_call_participants,
31-
_warn_if_message_text_content_is_missing,
3230
_print_files_upload_v2_suggestion,
3331
_remove_none_values,
3432
_to_v2_file_upload_item,
3533
_update_call_participants,
3634
_validate_for_legacy_client,
37-
_warn_if_text_or_attachment_fallback_is_missing,
35+
_warn_if_message_text_content_is_missing,
3836
)
3937

4038

0 commit comments

Comments
 (0)