From fc8bbb44ca9e7c96b18f0bc907d95eed2628eff5 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 28 Mar 2018 12:31:38 +0200 Subject: [PATCH] Delete unused imports --- notebook/tests/selenium/test_markdown.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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):