Skip to content

Commit 0addf04

Browse files
author
Andrei Neagu
committed
renames
1 parent 70afc40 commit 0addf04

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€Žpackages/aws-library/src/aws_library/s3/_client.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
from models_library.basic_types import SHA256Str
1818
from models_library.data_streams import DataSize, DataStream
1919
from pydantic import AnyUrl, ByteSize, TypeAdapter
20+
from servicelib.data_streams import DEFAULT_READ_CHUNK_SIZE, StreamData
2021
from servicelib.logging_utils import log_catch, log_context
2122
from servicelib.s3_utils import FileLikeFileStreamReader
2223
from servicelib.utils import limited_gather
23-
from servicelib.zip_stream import DEFAULT_READ_CHUNK_SIZE, StreamData
2424
from settings_library.s3 import S3Settings
2525
from types_aiobotocore_s3 import S3Client
2626
from types_aiobotocore_s3.literals import BucketLocationConstraintType

β€Žpackages/service-library/tests/test_zip_stream.pyβ€Ž renamed to β€Žpackages/service-library/tests/test_data_streams.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _progress_cb(*args, **kwargs) -> None:
9494

9595

9696
@pytest.mark.parametrize("use_file_like", [True, False])
97-
async def test_get_zip_archive_file_stream(
97+
async def test_get_zip_data_stream(
9898
mocked_progress_bar_cb: Mock,
9999
prepare_content: None,
100100
local_files_dir: Path,

0 commit comments

Comments
Β (0)