Skip to content

Commit 2f543e6

Browse files
Update packages/smithy-core/src/smithy_core/documents.py
Co-authored-by: Jordon Phillips <[email protected]>
1 parent 6af3305 commit 2f543e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smithy-core/src/smithy_core/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def __getitem__(self, shape: ShapeID):
679679
"""
680680
return self.get(shape)
681681

682-
def __contains__(self, shape: ShapeID):
682+
def __contains__(self, item: object, /):
683683
"""Check if the registry contains the given shape.
684684
685685
:param shape: The shape ID to check for.

0 commit comments

Comments
 (0)