From 0c762b55b22c37d20eaaf3003a7eec0c79c26a48 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 6 Jan 2025 17:32:33 +0000 Subject: [PATCH] corrected comment spelling --- shared/datastore/src/datastore_minio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/datastore/src/datastore_minio.py b/shared/datastore/src/datastore_minio.py index 8771740..d12edcb 100644 --- a/shared/datastore/src/datastore_minio.py +++ b/shared/datastore/src/datastore_minio.py @@ -30,7 +30,7 @@ class DatastoreMinio(DatastoreInterface): 'MINIO_BUCKET_NAME', } check_env(var_list) - # prepare interval variables + # prepare internal variables self._client: Minio | None = None self._bucket_name: str | None = None