cython : fix warning (#148)

This commit is contained in:
Jacob Appelbaum
2025-03-20 18:27:58 +01:00
committed by GitHub
parent cf1af4d3a3
commit bef9afbf0c

View File

@@ -1,3 +1,4 @@
# cython: language_level=3str
cimport cython
from libc.stdio cimport stderr