diff --git a/s3transfer/utils.py b/s3transfer/utils.py index 7370e5a8..ef171f54 100644 --- a/s3transfer/utils.py +++ b/s3transfer/utils.py @@ -21,7 +21,11 @@ import threading from collections import defaultdict -from botocore.exceptions import IncompleteReadError, ReadTimeoutError, ResponseStreamingError +from botocore.exceptions import ( + IncompleteReadError, + ReadTimeoutError, + ResponseStreamingError, +) from botocore.httpchecksum import AwsChunkedWrapper from botocore.utils import is_s3express_bucket