Skip to content

Commit 783ada5

Browse files
committed
style: remove mypy extra ignore comment for overriden attributes
1 parent 8c56e22 commit 783ada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/models/messages/chunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class URLSource(JsonObject):
7171
type = "url"
7272

7373
@property
74-
def attributes(self) -> Set[str]: # type: ignore[override]
74+
def attributes(self) -> Set[str]:
7575
return super().attributes.union(
7676
{
7777
"url",

0 commit comments

Comments
 (0)