Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 29, 2024
1 parent e41aa5d commit 9d7a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero_demo_cleanup/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
from omero.gateway import BlitzGateway
from omero.model import Experimenter
from omero.plugins import hql # type: ignore[attr-defined]
from omero.plugins import hql # type: ignore[attr-defined] # noqa
from omero.rtypes import rlong, unwrap
from omero.sys import ParametersI

Expand Down

0 comments on commit 9d7a392

Please sign in to comment.