Skip to content

Commit 6d3eb72

Browse files
author
Andrei Neagu
committed
remove unused
1 parent cee5e9c commit 6d3eb72

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/aws-library/src/aws_library/s3/_client.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ def __call__(self, total_bytes_copied: int, *, file_name: str) -> None:
6565
...
6666

6767

68-
class AsyncFileProtocol(Protocol):
69-
async def read(self, chunk_size: int) -> bytes:
70-
...
71-
72-
async def write(self, data: bytes) -> None:
73-
...
74-
75-
7668
@dataclass(frozen=True)
7769
class SimcoreS3API: # pylint: disable=too-many-public-methods
7870
_client: S3Client

0 commit comments

Comments
 (0)