remove import that is actually unneeded

pull/134/head
Tobias Oberstein 2023-12-15 20:51:35 +01:00 committed by Thorsten Liebig
parent e7620dcd72
commit a87a75efc3
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ from libcpp.string cimport string
from libcpp.vector cimport vector
from libcpp.complex cimport complex
from libcpp cimport bool
cimport cython
cdef extern from "openEMS/nf2ff.h":
cdef cppclass cpp_nf2ff "nf2ff":