We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af3305 commit 2f543e6Copy full SHA for 2f543e6
packages/smithy-core/src/smithy_core/documents.py
@@ -679,7 +679,7 @@ def __getitem__(self, shape: ShapeID):
679
"""
680
return self.get(shape)
681
682
- def __contains__(self, shape: ShapeID):
+ def __contains__(self, item: object, /):
683
"""Check if the registry contains the given shape.
684
685
:param shape: The shape ID to check for.
0 commit comments