Skip to content

Commit

Permalink
removed unneeded constants import from cython interface kinetics.pyx …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Corey Randall authored and ischoegl committed Oct 10, 2022
1 parent 3262435 commit 9fa8d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/cython/cantera/kinetics.pyx
Expand Up @@ -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
Expand Down

0 comments on commit 9fa8d30

Please sign in to comment.