Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaz Salikhov committed Feb 21, 2022
1 parent 9196fb2 commit 3b83254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/scipy-notebook/test_cython.py
Original file line number Diff line number Diff line change
@@ -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()


Expand Down

0 comments on commit 3b83254

Please sign in to comment.