Skip to content

Commit

Permalink
Refactor: Replace deprecated zmq.eventloop.ioloop with Tornado's iolo…
Browse files Browse the repository at this point in the history
…op (#334)
  • Loading branch information
EwoutH authored Dec 13, 2023
1 parent 1071ac5 commit f3c9674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ema_workbench/em_framework/futures_ipyparallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
from traitlets import Unicode, Instance, List
from traitlets.config import Application
from traitlets.config.configurable import LoggingConfigurable
from zmq.eventloop import ioloop, zmqstream
from tornado import ioloop
from zmq.eventloop import zmqstream

from . import experiment_runner
from .futures_util import setup_working_directories
Expand Down

0 comments on commit f3c9674

Please sign in to comment.