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

Patch 3 - Update Python code to further follow Pylint standards #168

Merged
merged 6 commits into from
Nov 29, 2017

Conversation

jbampton
Copy link
Contributor

Mostly putting the import statements in the correct order.

…ask import Flask, Response". Standard import "import importlib" should be placed before "from flask import Flask, Response". Standard import "import json" should be placed before "from flask import Flask, Response". Standard import "import pkgutil" should be placed before "from flask import Flask, Response". Standard import "import warnings" should be placed before "from flask import Flask, Response" (wrong-import-order). All seen from Pylint
…ase_component import generate_class". Standard import "import json" should be placed before "from .base_component import generate_class". (wrong-import-order)
…Standard import "import pkgutil" should be placed before "import dash". (wrong-import-order) Also fix indentation.
…resources import Scripts, Css". Standard import "import warnings" should be placed before "from dash.resources import Scripts, Css" (wrong-import-order).
…lopment.component_loader import load_components". Standard import "import os" should be placed before "from dash.development.component_loader import load_components". Standard import "import unittest" should be placed before "from dash.development.component_loader import load_components" (wrong-import-order).
@chriddyp
Copy link
Member

Thanks @jbampton !

@chriddyp chriddyp merged commit 811acb6 into plotly:master Nov 29, 2017
@jbampton jbampton deleted the patch-3 branch November 29, 2017 21:07
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this pull request May 28, 2021
…-prop-4.2.1

Bump dot-prop from 4.2.0 to 4.2.1
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