removed unneeded constants import from cython interface kinetics.pyx file

This commit is contained in:
Corey Randall
2022-10-06 19:45:59 -06:00
committed by Ingmar Schoegl
parent 3262435b8b
commit 9fa8d30ab4

View File

@@ -6,7 +6,6 @@ import warnings
cimport numpy as np
import numpy as np
from .constants import *
from .reaction cimport *
from ._utils cimport *
from . import _utils