Skip to content

Use Generic to set precise type for InputDevice.path #241

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 2 commits into from
May 1, 2025

Conversation

Dreamsorcerer
Copy link
Contributor

@Dreamsorcerer Dreamsorcerer commented Mar 15, 2025

This means that dev.path is correctly set to str or bytes, rather than str | bytes or the current str | bytes | Any.

Fixes my last typing errors:
https://github.com/Dreamsorcerer/bthidhub/actions/runs/13876066841/job/38828521235?pr=29#step:6:15

@gvalkov gvalkov merged commit 8bbc9ae into gvalkov:main May 1, 2025
8 checks passed
gvalkov pushed a commit that referenced this pull request May 1, 2025
* Use Generic to set precise type for InputDevice.path

* Update src/evdev/device.py
@Dreamsorcerer Dreamsorcerer deleted the patch-4 branch May 1, 2025 19:59
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.

3 participants