Skip to content

Commit

Permalink
remove unused units
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Aug 16, 2024
1 parent 734f849 commit df6c1af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_equations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from pyenzyme.equations._chem import build_reaction, build_reactions
from pyenzyme.equations._math import build_equation, build_equations
from pyenzyme.model import EquationType
from pyenzyme.units import M, second


class TestMathEquations:
Expand Down Expand Up @@ -91,7 +90,6 @@ def test_multiple_equations(self):
]

# Act
units = [M / second, M]
equations = build_equations(*equations)

# Assert
Expand Down

0 comments on commit df6c1af

Please sign in to comment.