Skip to content

Commit

Permalink
[Python] Add missing warnings import
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Jul 11, 2022
1 parent 8c70b9b commit e3410f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/cython/cantera/reaction.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

cimport numpy as np
import numpy as np
import warnings
from cython.operator cimport dereference as deref

from .kinetics cimport Kinetics
Expand Down

0 comments on commit e3410f5

Please sign in to comment.