ITADN

Explicit export

#236Pull RequestDreamsorcerer 创建于 2025-02-19
D
Dreamsorcerercommented
Fixes type errors such as: ``` compatibility_device.py:4: error: Module "evdev" does not explicitly export attribute "InputDevice" [attr-defined] compatibility_device.py:4: error: Module "evdev" does not explicitly export attribute "categorize" [attr-defined] ``` Alternative approach is to define `__all__` and list everything in there.
合并状态:未合并 关闭于 2025-02-20 1 条评论