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 423dc9e commit d375432Copy full SHA for d375432
packages/aws-sdk-signers/src/aws_sdk_signers/interfaces/io.py
@@ -37,7 +37,7 @@ def tell(self) -> int: ...
37
38
39
@runtime_checkable
40
-class ConditionallySeekable:
+class ConditionallySeekable(Protocol):
41
"""A file-like object that is conditionally seekable.
42
43
This is separate from Seekable and AsyncSeekable as seekable objects may not define
0 commit comments