Skip to content

Commit df6c1af

Browse files
committed
remove unused units
1 parent 734f849 commit df6c1af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_equations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from pyenzyme.equations._chem import build_reaction, build_reactions
44
from pyenzyme.equations._math import build_equation, build_equations
55
from pyenzyme.model import EquationType
6-
from pyenzyme.units import M, second
76

87

98
class TestMathEquations:
@@ -91,7 +90,6 @@ def test_multiple_equations(self):
9190
]
9291

9392
# Act
94-
units = [M / second, M]
9593
equations = build_equations(*equations)
9694

9795
# Assert

0 commit comments

Comments
 (0)