Skip to content

Explicit export#236

Merged
sezanzeb merged 1 commit intogvalkov:mainfrom
Dreamsorcerer:patch-2
Feb 20, 2025
Merged

Explicit export#236
sezanzeb merged 1 commit intogvalkov:mainfrom
Dreamsorcerer:patch-2

Conversation

@Dreamsorcerer
Copy link
Contributor

@Dreamsorcerer Dreamsorcerer commented Feb 19, 2025

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.

@sezanzeb sezanzeb merged commit 6523e3f into gvalkov:main Feb 20, 2025
8 checks passed
@sezanzeb
Copy link
Collaborator

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants