Skip to content

Inconsistent flake8 errors #55

@AdrianSosic

Description

@AdrianSosic

I am getting some flake8 errors locally that do not show up in the Github actions:

./build/lib/tnmf/tests/test_init.py:10:5: F403 'from tnmf import *' used; unable to detect undefined names
    from tnmf import *
    ^
./build/lib/tnmf/tests/test_init.py:10:5: F401 'tnmf.*' imported but unused
    from tnmf import *
    ^
1     F401 'tnmf.*' imported but unused
1     F403 'from tnmf import *' used; unable to detect undefined names
2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions