Skip to content

Commit 3cc6c05

Browse files
committed
precommit stuff 2
1 parent db0e1f9 commit 3cc6c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/omero_zarr/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ def extinfo(self, args: argparse.Namespace) -> None:
425425
f"{external_info_str(img.details.externalInfo)}"
426426
)
427427
except (
428-
omero.ServerError, # OMERO API errors
429-
omero.ValidationException, # Invalid data
428+
ServerError, # OMERO API errors
429+
ValidationException, # Invalid data
430430
ValueError, # Type conversion errors
431431
) as e:
432432
self.ctx.err(

0 commit comments

Comments
 (0)