Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Apr 25, 2024
1 parent e6e6285 commit 4d88163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clearml/backend_interface/setupuploadmixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setup_upload(
warnings.warn(
"Warning: 'Task.setup_upload' is deprecated. "
"Use 'setup_aws_upload', 'setup_gcp_upload' or 'setup_azure_upload' instead",
DeprecationWarning
DeprecationWarning,
)
self.setup_aws_upload(
bucket_name,
Expand Down Expand Up @@ -100,7 +100,7 @@ def setup_aws_upload(
multipart=multipart,
secure=secure,
verify=verify,
profile=profile
profile=profile,
)
StorageHelper.add_aws_configuration(self._bucket_config, log=self.log)
self.storage_uri = StorageHelper.get_aws_storage_uri_from_config(self._bucket_config)
Expand Down

0 comments on commit 4d88163

Please sign in to comment.