Skip to content

Commit

Permalink
Merge pull request #697 from jtpio/pyzmq-17
Browse files Browse the repository at this point in the history
Remove the call to zmq.eventloop.ioloop.install
  • Loading branch information
SylvainCorlay committed Sep 14, 2020
2 parents 2d2f88c + 57cc025 commit 5af57c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions voila/app.py
Expand Up @@ -7,8 +7,6 @@
# The full license is in the file LICENSE, distributed with this software. #
#############################################################################

from zmq.eventloop import ioloop

import gettext
import io
import json
Expand Down Expand Up @@ -62,7 +60,6 @@
from .execute import VoilaExecutor
from .exporter import VoilaExporter

ioloop.install()
_kernel_id_regex = r"(?P<kernel_id>\w+-\w+-\w+-\w+-\w+)"


Expand Down

0 comments on commit 5af57c5

Please sign in to comment.