Skip to content

Commit

Permalink
fixed test for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Aug 14, 2023
1 parent 0cd5745 commit 952d9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/CMFCore/tests/test_ActionProviderBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def clone(self):

def __eq__(self, other):
return (
type(self) == type(other) and
isinstance(self, type(other)) and
self.__class__ == other.__class__ and
self.value == other.value
)
Expand Down

0 comments on commit 952d9eb

Please sign in to comment.