From a5ba3d075dd181db202bce1a03026a5e36a092b5 Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Mon, 4 Dec 2023 15:57:53 +0100 Subject: [PATCH] Fix code checks --- fedn/fedn/common/storage/s3/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedn/fedn/common/storage/s3/__init__.py b/fedn/fedn/common/storage/s3/__init__.py index e721159ae..f74a399f3 100644 --- a/fedn/fedn/common/storage/s3/__init__.py +++ b/fedn/fedn/common/storage/s3/__init__.py @@ -1,2 +1,2 @@ -""" Module handling storage of objects in S3/MinIO object storage. This functionality is used by the controller +""" Module handling storage of objects in S3/MinIO object storage. This functionality is used by the controller to store global models in the model trail in persistent storage. """