Skip to content

Commit 366e3ce

Browse files
committed
chore: remove unused imports from test_render_file.py
1 parent 192de79 commit 366e3ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test_handcalcs/test_render_file.py

-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
import inspect
2-
from collections import deque
31
import handcalcs
4-
import pathlib
52
import pytest
6-
import nbconvert
7-
import filecmp
83

94

105
from IPython.testing.globalipapp import start_ipython
11-
from IPython.utils.io import capture_output
12-
from IPython.display import Latex
136

147

158
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)