Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98781e1

Browse files
GroovyDanJoris Conijn
and
Joris Conijn
authoredDec 7, 2020
Update aws_lambda_powertools/utilities/data_classes/common.py
Co-authored-by: Joris Conijn <[email protected]>
1 parent b09164c commit 98781e1

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/data_classes

1 file changed

+1
-1
lines changed
 

‎aws_lambda_powertools/utilities/data_classes/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __getitem__(self, key: str) -> Any:
1212

1313
def __eq__(self, other: Any) -> bool:
1414
if not isinstance(other, DictWrapper):
15-
return NotImplemented
15+
return False
1616

1717
return self._data == other._data
1818

0 commit comments

Comments
 (0)
Please sign in to comment.