python: remove unused import in core.py

This commit is contained in:
Richard Berger
2025-02-15 00:36:06 -07:00
parent 5e61e6c0dc
commit 89abf65751

View File

@ -17,7 +17,6 @@
from __future__ import print_function from __future__ import print_function
import os import os
import sys
from ctypes import CDLL, POINTER, RTLD_GLOBAL, CFUNCTYPE, py_object, byref, cast, sizeof, \ from ctypes import CDLL, POINTER, RTLD_GLOBAL, CFUNCTYPE, py_object, byref, cast, sizeof, \
create_string_buffer, c_int, c_int32, c_int64, c_double, c_void_p, c_char_p, c_char, \ create_string_buffer, c_int, c_int32, c_int64, c_double, c_void_p, c_char_p, c_char, \
pythonapi pythonapi