@@ -56,7 +56,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
5656< span > Expand source code</ span >
5757</ summary >
5858< pre > < code class ="python "> class ConfirmObject(JsonObject):
59- attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
59+ attributes: Set[str] = set()
6060
6161 title_max_length = 100
6262 text_max_length = 300
@@ -164,7 +164,7 @@ <h3>Ancestors</h3>
164164</ ul >
165165< h3 > Class variables</ h3 >
166166< dl >
167- < dt id ="slack_sdk.models.blocks.basic_components.ConfirmObject.attributes "> < code class ="name "> var < span class ="ident "> attributes</ span > </ code > </ dt >
167+ < dt id ="slack_sdk.models.blocks.basic_components.ConfirmObject.attributes "> < code class ="name "> var < span class ="ident "> attributes</ span > : Set[str] </ code > </ dt >
168168< dd >
169169< div class ="desc "> < p > The type of the None singleton.</ p > </ div >
170170</ dd >
@@ -546,7 +546,7 @@ <h3>Inherited members</h3>
546546 different required formats in different situations
547547 """
548548
549- attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
549+ attributes: Set[str] = set()
550550 logger = logging.getLogger(__name__)
551551
552552 label_max_length = 75
@@ -719,7 +719,7 @@ <h3>Ancestors</h3>
719719</ ul >
720720< h3 > Class variables</ h3 >
721721< dl >
722- < dt id ="slack_sdk.models.blocks.basic_components.Option.attributes "> < code class ="name "> var < span class ="ident "> attributes</ span > </ code > </ dt >
722+ < dt id ="slack_sdk.models.blocks.basic_components.Option.attributes "> < code class ="name "> var < span class ="ident "> attributes</ span > : Set[str] </ code > </ dt >
723723< dd >
724724< div class ="desc "> < p > The type of the None singleton.</ p > </ div >
725725</ dd >
@@ -828,7 +828,7 @@ <h3>Inherited members</h3>
828828 different required formats in different situations
829829 """
830830
831- attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
831+ attributes: Set[str] = set()
832832 label_max_length = 75
833833 options_max_length = 100
834834 logger = logging.getLogger(__name__)
@@ -932,7 +932,7 @@ <h3>Ancestors</h3>
932932</ ul >
933933< h3 > Class variables</ h3 >
934934< dl >
935- < dt id ="slack_sdk.models.blocks.basic_components.OptionGroup.attributes "> < code class ="name "> var < span class ="ident "> attributes</ span > </ code > </ dt >
935+ < dt id ="slack_sdk.models.blocks.basic_components.OptionGroup.attributes "> < code class ="name "> var < span class ="ident "> attributes</ span > : Set[str] </ code > </ dt >
936936< dd >
937937< div class ="desc "> < p > The type of the None singleton.</ p > </ div >
938938</ dd >
0 commit comments