From 1bbae16611c8e3164050880c360f3dab71aaf964 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Fri, 1 Dec 2023 09:23:34 -0800 Subject: [PATCH] format with black --- s3transfer/crt.py | 2 +- tests/functional/test_crt.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/s3transfer/crt.py b/s3transfer/crt.py index 9b10ee70..8d4031f0 100644 --- a/s3transfer/crt.py +++ b/s3transfer/crt.py @@ -33,9 +33,9 @@ from botocore.exceptions import NoCredentialsError from s3transfer.constants import MB -from s3transfer.manager import TransferManager from s3transfer.exceptions import TransferNotDoneError from s3transfer.futures import BaseTransferFuture, BaseTransferMeta +from s3transfer.manager import TransferManager from s3transfer.utils import CallArgs, OSUtils, get_callbacks logger = logging.getLogger(__name__) diff --git a/tests/functional/test_crt.py b/tests/functional/test_crt.py index 3e564849..da15280c 100644 --- a/tests/functional/test_crt.py +++ b/tests/functional/test_crt.py @@ -374,9 +374,8 @@ def test_upload_throws_error_on_s3_object_lambda_resource(self): ) with self.assertRaisesRegex(ValueError, 'methods do not support'): self.transfer_manager.upload( - self.filename, - s3_object_lambda_arn, - self.key) + self.filename, s3_object_lambda_arn, self.key + ) def test_download(self): future = self.transfer_manager.download(