Skip to content

Commit

Permalink
omero.util.populate_metadata: use package name to import ThreadPool
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Feb 18, 2024
1 parent c1f88b9 commit 7729d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/util/populate_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from omero.util import pydict_text_io
from omero import client

from .populate_roi import ThreadPool
from omero.util.populate_roi import ThreadPool


log = logging.getLogger("omero.util.populate_metadata")
Expand Down

0 comments on commit 7729d2c

Please sign in to comment.