Removed unused import
This commit is contained in:
@ -1,7 +1,5 @@
|
|||||||
#cython: language_level=3
|
#cython: language_level=3
|
||||||
|
|
||||||
from ..utils cimport str2bytes
|
|
||||||
|
|
||||||
cdef extern from "stdio.h":
|
cdef extern from "stdio.h":
|
||||||
struct FILE
|
struct FILE
|
||||||
int fprintf(FILE *stream, char *format, ...)
|
int fprintf(FILE *stream, char *format, ...)
|
||||||
|
Reference in New Issue
Block a user