Skip to content

Commit 3a686aa

Browse files
committed
Reorder property/abstractmethod decorators
1 parent d2de25d commit 3a686aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack/web/classes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def __str__(self):
1111

1212

1313
class JsonObject(BaseObject, metaclass=ABCMeta):
14-
@abstractmethod
1514
@property
15+
@abstractmethod
1616
def attributes(self) -> Set[str]:
1717
"""
1818
Provide a set of attributes of this object that will make up its JSON structure

0 commit comments

Comments
 (0)