Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flake8: Four F821 undefined name issues #99

Closed
cclauss opened this issue Jul 27, 2017 · 0 comments
Closed

Flake8: Four F821 undefined name issues #99

cclauss opened this issue Jul 27, 2017 · 0 comments

Comments

@cclauss
Copy link

cclauss commented Jul 27, 2017

flake8 testing of https://github.com/plotly/dash on Python 3.6.2

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./setup.py:8:13: F821 undefined name '__version__'
    version=__version__,
            ^

./dash/dash.py:395:15: F821 undefined name 'DashException'
        raise DashException(
              ^

./dash/dash.py:423:43: F821 undefined name 'arg'
                        name.lower(), str(arg), name
                                          ^

./tests/test_authentication.py:310:13: F821 undefined name 'token'
            token
            ^
@chriddyp chriddyp closed this as completed Oct 4, 2017
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 22, 2021
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants