Skip to content

Commit baf593d

Browse files
committed
Merge branch 'main' of github.com:kokko-san/python-slack-sdk into main
2 parents 0301e13 + c450421 commit baf593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/models/basic_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __repr__(self):
8989

9090
def __eq__(self, other: Any) -> bool:
9191
if not isinstance(other, JsonObject):
92-
return NotImplemented
92+
return False
9393
return self.to_dict() == other.to_dict()
9494

9595

0 commit comments

Comments
 (0)