diff options
| -rw-r--r-- | pyisda/cdsone.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyisda/cdsone.pxd b/pyisda/cdsone.pxd index 45d2fd3..dd8c3cc 100644 --- a/pyisda/cdsone.pxd +++ b/pyisda/cdsone.pxd @@ -1,4 +1,4 @@ -from .date cimport TDateInterval TStubMethod, JpmcdsStringToStubMethod +from .date cimport TDateInterval, TStubMethod, JpmcdsStringToStubMethod from .curve cimport TCurve cdef extern from "isda/cdsone.h" nogil: |
