diff --git a/notebook/tests/selenium/test_markdown.py b/notebook/tests/selenium/test_markdown.py index c71ef8a17..4f0db04fa 100644 --- a/notebook/tests/selenium/test_markdown.py +++ b/notebook/tests/selenium/test_markdown.py @@ -1,12 +1,5 @@ -import os - import pytest -from selenium.webdriver.common.keys import Keys - -from .utils import wait_for_selector, Notebook - -pjoin = os.path.join - +from .utils import Notebook @pytest.fixture def notebook(authenticated_browser):