diff --git a/pyviz_comms/__init__.py b/pyviz_comms/__init__.py index 4823f18..e09a110 100644 --- a/pyviz_comms/__init__.py +++ b/pyviz_comms/__init__.py @@ -24,7 +24,6 @@ def _jupyter_labextension_paths(): 'dest': data['name'] }] -# Required only to monkeypatch get_ipython in the test suite try: get_ipython() except NameError: