mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
removed unneeded constants import from cython interface kinetics.pyx file
This commit is contained in:
committed by
Ingmar Schoegl
parent
3262435b8b
commit
9fa8d30ab4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user