From b35d39e26834ebd83f7ba15fd953ae91ebce2393 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 22 Nov 2023 08:28:28 +0100 Subject: [PATCH] Remove space --- faassupervisor/storage/providers/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faassupervisor/storage/providers/s3.py b/faassupervisor/storage/providers/s3.py index 50b8560..cc2e7b7 100644 --- a/faassupervisor/storage/providers/s3.py +++ b/faassupervisor/storage/providers/s3.py @@ -21,7 +21,7 @@ get_bucket_name, get_file_key from faassupervisor.utils import SysUtils -urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) +urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) class S3(DefaultStorageProvider): """Class that manages downloads and uploads from S3."""