Skip to content

Commit f635bd4

Browse files
committed
missing "Protocol"
1 parent c4a9b3f commit f635bd4

File tree

1 file changed

+1
-1
lines changed
  • python-packages/smithy-python/smithy_python/interfaces

1 file changed

+1
-1
lines changed

python-packages/smithy-python/smithy_python/interfaces/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_value_list(self) -> list[str]:
8181
...
8282

8383

84-
class Fields:
84+
class Fields(Protocol):
8585
"""
8686
Protocol agnostic mapping of key-value pair request metadata, such as HTTP fields.
8787
"""

0 commit comments

Comments
 (0)