Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent 392954e commit e11ec83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/omero_demo_cleanup/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def _configure(self, parser: Parser) -> None:

@gateway_required
def cleanup(self, args: argparse.Namespace) -> None:

if args.inodes == 0 and args.gigabytes == 0:
self.ctx.die(23, "Please specify how much to delete")

Expand Down
1 change: 0 additions & 1 deletion src/omero_demo_cleanup/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def perform_delete(


def main() -> None:

with omero.cli.cli_login() as cli:
conn = omero.gateway.BlitzGateway(client_obj=cli.get_client())
try:
Expand Down

0 comments on commit e11ec83

Please sign in to comment.