mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix typing in voice related files
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user