Don't test for jupyterhub being present in legacy dockerfiles

We don't auto install JupyterHub anymore
pull/132/head
yuvipanda 2017-10-31 12:21:03 -07:00
rodzic 498d30a3f5
commit e3647e6e44
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -5,4 +5,3 @@ import sys
assert sys.version_info[:2] == (3, 5), sys.version
import jupyter
import jupyterhub