image_through_model #49

Merged
brian merged 75 commits from image_through_model into main 2024-10-20 00:10:27 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 05774364fc - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
from .connect import connect
from .connect_minio import connect_minio
from .delete import delete
from .get import get
from .get_image import get_image
@@ -6,7 +6,7 @@ import os
from minio import Minio
def connect() -> Minio:
def connect_minio() -> Minio:
"""Connect to MinIO server."""
# ensure necessary env vars available
env_var_list = [