Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Mar 14, 2024
1 parent 5fc308a commit c4d548c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion s3transfer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c4d548c

Please sign in to comment.