From df6c1afc58a8e148bed464db769fde205e5f2c8c Mon Sep 17 00:00:00 2001 From: Jan Range Date: Fri, 16 Aug 2024 16:21:53 +0200 Subject: [PATCH] remove unused `units` --- tests/unit/test_equations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/test_equations.py b/tests/unit/test_equations.py index c135621..4a1496c 100644 --- a/tests/unit/test_equations.py +++ b/tests/unit/test_equations.py @@ -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: @@ -91,7 +90,6 @@ def test_multiple_equations(self): ] # Act - units = [M / second, M] equations = build_equations(*equations) # Assert