diff --git a/tests/scipy-notebook/test_cython.py b/tests/scipy-notebook/test_cython.py index 343bcc99..e5e4e8ea 100644 --- a/tests/scipy-notebook/test_cython.py +++ b/tests/scipy-notebook/test_cython.py @@ -1,12 +1,10 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -import logging from pathlib import Path from conftest import TrackedContainer -LOGGER = logging.getLogger(__name__) THIS_DIR = Path(__file__).parent.resolve()