Skip to content

Commit 7046a16

Browse files
Remove extraneous None from HasFault
1 parent 98a8c8c commit 7046a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smithy-core/src/smithy_core/interfaces/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ class HasFault(Protocol):
1212
All modeled errors will have a fault that is either "client" or "server".
1313
"""
1414

15-
fault: Fault | None
15+
fault: Fault

0 commit comments

Comments
 (0)