Skip to content

Commit

Permalink
Refactor Minio
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya-mohammadi committed Oct 25, 2024
1 parent 2342ea2 commit de07eb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deep_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .utils.lib_utils.integeration_utils import import_lazy_module

# Deep Utils version number
__version__ = "1.3.52"
__version__ = "1.3.53"

from .utils.constants import DUMMY_PATH, Backends

Expand Down
2 changes: 1 addition & 1 deletion deep_utils/utils/minio_lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get(client, bucket_name, object_name, logger: Union[None, Logger] = None):

@staticmethod
def fget(
client, bucket_name, object_name, file_path, logger: Union[None, Logger]
client, bucket_name, object_name, file_path, logger: Union[None, Logger] = None
):
"""
Get file object from client. This function is created for compatibility otherwise no extra functionality provided compared to the main module.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = "1.3.52"
VERSION = "1.3.53"

long_description = open("Readme.md", mode="r", encoding="utf-8").read()

Expand Down

0 comments on commit de07eb1

Please sign in to comment.