Skip to content

Commit 192de79

Browse files
committed
chore: removed unused imports from test_sympy_kit.py
1 parent c66f89b commit 192de79

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test_handcalcs/test_sympy_kit.py

-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import inspect
2-
from collections import deque
31
from handcalcs.handcalcs import CalcLine, round_and_render_line_objects_to_latex
42
import handcalcs.sympy_kit as sk
53
import handcalcs.global_config
6-
import pathlib
74
import pytest
8-
import nbconvert
9-
import filecmp
105
import sympy as sp
116

127
a, b = sp.symbols("a b")

0 commit comments

Comments
 (0)