Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(api): conditionally import usb dep
I think the intent was always that AsyncByonoy and thus pyusb would only be improted when actually building an AsyncByonoy instance, but at some point it got imported globally for a typecheck. Make that typecheck typecheck-only with a different name, and the problem goes away.
- Loading branch information