Skip to content

Unused imports #32

@ixje

Description

@ixje

I noticed the following is always included in the generated stubs.

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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions