Skip to content

Commit 4775e55

Browse files
author
Andrei Neagu
committed
reverted delted import
1 parent a7e0867 commit 4775e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -30,7 +30,7 @@
3030
from types_aiobotocore_s3.literals import BucketLocationConstraintType
3131
from types_aiobotocore_s3.type_defs import ObjectIdentifierTypeDef
3232

33-
from ._constants import MULTIPART_UPLOADS_MIN_TOTAL_SIZE
33+
from ._constants import MULTIPART_COPY_THRESHOLD, MULTIPART_UPLOADS_MIN_TOTAL_SIZE
3434
from ._error_handler import s3_exception_handler, s3_exception_handler_async_gen
3535
from ._errors import S3DestinationNotEmptyError, S3KeyNotFoundError
3636
from ._models import (

0 commit comments

Comments
 (0)