Skip to content

Explicit export #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Explicit export #236

merged 1 commit into from
Feb 20, 2025

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