Skip to content

Commit b9cb55e

Browse files
committed
import list_running_servers from jupyter_server
1 parent 95c5c11 commit b9cb55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbclassic/tests/selenium/quick_selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from selenium.webdriver import Firefox
77

88
from nbclassic.tests.selenium.utils import Notebook
9-
from nbclassic.notebookapp import list_running_servers
9+
from jupyter_server.serverapp import list_running_servers
1010

1111
class NoServerError(Exception):
1212

0 commit comments

Comments
 (0)