Skip to content

Commit

Permalink
🎨 Simplify
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <lukas.heumos@posteo.net>
  • Loading branch information
Zethson committed Jan 8, 2025
1 parent 1f3c8f1 commit dc2a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamindb_setup/core/upath.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def get_stat_dir_cloud(path: UPath) -> tuple[int, str | None, str | None, int]:

class InstanceNotEmpty(click.ClickException):
def show(self, file=None):
logger.error(f"{self.__class__.__name__}: {self.message}", err=True)
pass


# is as fast as boto3: https://lamin.ai/laminlabs/lamin-site-assets/transform/krGp3hT1f78N5zKv
Expand Down

0 comments on commit dc2a369

Please sign in to comment.