Fix typing in voice related files

This commit is contained in:
Josh
2022-02-22 17:37:22 +10:00
committed by GitHub
parent 437d451d4e
commit 70b577e94b
4 changed files with 26 additions and 21 deletions

View File

@ -69,7 +69,7 @@ c_int_ptr = ctypes.POINTER(ctypes.c_int)
c_int16_ptr = ctypes.POINTER(ctypes.c_int16)
c_float_ptr = ctypes.POINTER(ctypes.c_float)
_lib = None
_lib: Any = None
class EncoderStruct(ctypes.Structure):