From ded29bb8d0a78c1d5fd172edb74f0b120da05d5f Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Tue, 15 Mar 2022 14:02:37 +0100 Subject: [PATCH] blackkkkkkkkkkkkkkkk --- scripts/manage_minio.py | 2 +- scripts/mock_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/manage_minio.py b/scripts/manage_minio.py index 5a476d4..4528a12 100644 --- a/scripts/manage_minio.py +++ b/scripts/manage_minio.py @@ -66,4 +66,4 @@ def combine_dossier_id_and_file_id_and_extension(dossier_id, file_id, extension) def upload_compressed_response(storage, bucket_name, dossier_id, file_id, result) -> None: data = gzip.compress(result.encode()) path_gz = combine_dossier_id_and_file_id_and_extension(dossier_id, file_id, CONFIG.service.response.extension) - storage.put_object(bucket_name, path_gz, data) \ No newline at end of file + storage.put_object(bucket_name, path_gz, data) diff --git a/scripts/mock_client.py b/scripts/mock_client.py index e5c9ec4..938561c 100644 --- a/scripts/mock_client.py +++ b/scripts/mock_client.py @@ -62,4 +62,4 @@ def read_connection_params(): heartbeat=CONFIG.rabbitmq.heartbeat, credentials=credentials, ) - return parameters \ No newline at end of file + return parameters