Skip to content

Commit d375432

Browse files
committed
Make ConditionallySeekable a Protocol
1 parent 423dc9e commit d375432

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-sdk-signers/src/aws_sdk_signers/interfaces

1 file changed

+1
-1
lines changed

packages/aws-sdk-signers/src/aws_sdk_signers/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def tell(self) -> int: ...
3737

3838

3939
@runtime_checkable
40-
class ConditionallySeekable:
40+
class ConditionallySeekable(Protocol):
4141
"""A file-like object that is conditionally seekable.
4242
4343
This is separate from Seekable and AsyncSeekable as seekable objects may not define

0 commit comments

Comments
 (0)