From ebf27aa94c8090a1ce4ade75fb77ffede37ae8f8 Mon Sep 17 00:00:00 2001 From: sheshtawy Date: Thu, 26 Apr 2018 14:40:39 -0400 Subject: [PATCH] Remove unnecessary imports --- notebook/tests/selenium/test_deletecell.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/notebook/tests/selenium/test_deletecell.py b/notebook/tests/selenium/test_deletecell.py index 388dd2ad8..7c4eebada 100644 --- a/notebook/tests/selenium/test_deletecell.py +++ b/notebook/tests/selenium/test_deletecell.py @@ -1,5 +1,3 @@ -import os -import pytest def cell_is_deletable(nb, index): JS = 'return Jupyter.notebook.get_cell({}).is_deletable();'.format(index)