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

Standard import "import io" should be placed before "from setuptools… #167

Merged
merged 5 commits into from
Nov 29, 2017

Conversation

jbampton
Copy link
Contributor

… import setup, find_packages" (wrong-import-order). Also fix continued line indentation. These issues are found from using Pylint https://www.pylint.org/

…import setup, find_packages" (wrong-import-order). Also fix continued line indentation. These issues are found from using Pylint https://www.pylint.org/
@jbampton
Copy link
Contributor Author

You can see an example of the standard import order here https://stackoverflow.com/questions/22722976/import-order-coding-standard

@chriddyp
Copy link
Member

chriddyp commented Nov 29, 2017

Nice, thanks! I had thought that flake8 would catch all of these things but apparently not. It would be good to get pylint in the acceptance tests as well. Here's where we do the flake8 tests:

dash/tox.ini

Line 15 in 45a165b

flake8 dash setup.py

@chriddyp chriddyp merged commit ec90578 into plotly:master Nov 29, 2017
@jbampton jbampton deleted the patch-2 branch November 29, 2017 02:58
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this pull request May 22, 2021
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this pull request May 28, 2021
HammadTheOne pushed a commit that referenced this pull request Jul 23, 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

Successfully merging this pull request may close these issues.

None yet

2 participants