Skip to content

Commit e94f412

Browse files
Update basic_components.py
1 parent b20d59d commit e94f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/models/blocks/basic_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ class OptionGroup(JsonObject):
313313
different required formats in different situations
314314
"""
315315

316-
attributes: Set[str] = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
316+
attributes: Set[str] = set()
317317
label_max_length = 75
318318
options_max_length = 100
319319
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)