-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
bugSomething isn't workingSomething isn't working
Description
| from .pycuvslam import * |
The __init__ imports from pycuvslam.so but the stubfile is named cuvslam.pyi, therefore the linter ignores the .pyi stub. Renaming this to pycuvslam.pyi fixes this for me, allowing the python linter to infer the types correctly.
Alternatively, renaming pycuvslam.so to cuvslam.so and using from cuvslam import * in the __init__.py also works. not sure which is preferable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working