From 3b8325419eaffea8cdac7d6164f82862376240fb Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 21 Feb 2022 19:06:55 +0000 Subject: [PATCH] Remove unused variable --- tests/scipy-notebook/test_cython.py | 2 -- 1 file changed, 2 deletions(-) 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()