Remove unused variable

This commit is contained in:
Ayaz Salikhov
2022-02-21 19:06:55 +00:00
parent 9196fb296a
commit 3b8325419e

View File

@@ -1,12 +1,10 @@
# Copyright (c) Jupyter Development Team. # Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
import logging
from pathlib import Path from pathlib import Path
from conftest import TrackedContainer from conftest import TrackedContainer
LOGGER = logging.getLogger(__name__)
THIS_DIR = Path(__file__).parent.resolve() THIS_DIR = Path(__file__).parent.resolve()