File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2525from .async_base_client import AsyncBaseClient , AsyncSlackResponse
2626from .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
Original file line number Diff line number Diff line change 1515from .base_client import BaseClient , SlackResponse
1616from .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
Original file line number Diff line number Diff line change 2727from .legacy_base_client import LegacyBaseClient , SlackResponse
2828from .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
You can’t perform that action at this time.
0 commit comments