diff --git a/voila/app.py b/voila/app.py index b03fc41a4..fa787f6da 100644 --- a/voila/app.py +++ b/voila/app.py @@ -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 @@ -62,7 +60,6 @@ from .execute import VoilaExecutor from .exporter import VoilaExporter -ioloop.install() _kernel_id_regex = r"(?P\w+-\w+-\w+-\w+-\w+)"