-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
I noticed the following is always included in the generated stubs.
pybind11-stubgen/pybind11_stubgen/__init__.py
Lines 651 to 654 in 65f01c7
result += [ | |
"from numpy import float64", | |
"_Shape = Tuple[int, ...]" | |
] |
For example in my case I don't use numpy
, so this by default creates invalid stubs. The _Shape
doesn't break any, but I also don't need it. Is this a left over or why does it exist? Thanks
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers