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 (#15247)
I think the intent was always that AsyncByonoy and thus pyusb would only be imported 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. Other side of #15206
- Loading branch information