fix: fix 'wrong-import-order' for pylint
This commit is contained in:
parent
0934c64809
commit
7e532e2472
3 changed files with 2 additions and 3 deletions
|
@ -45,4 +45,3 @@ disable=fixme,
|
|||
use-a-generator,
|
||||
use-dict-literal,
|
||||
wildcard-import,
|
||||
wrong-import-order,
|
||||
|
|
|
@ -37,8 +37,8 @@ from paginate_sqlalchemy import SqlalchemyOrmPage
|
|||
from pyramid.renderers import render
|
||||
from webhelpers2.html import HTML
|
||||
|
||||
from wuttaweb.util import FieldList, get_model_fields, make_json_safe
|
||||
from wuttjamaican.db.util import UUID
|
||||
from wuttaweb.util import FieldList, get_model_fields, make_json_safe
|
||||
from wuttaweb.grids.filters import default_sqlalchemy_filters, VerbNotSupported
|
||||
|
||||
|
||||
|
|
|
@ -34,11 +34,11 @@ from sqlalchemy import orm
|
|||
from pyramid.renderers import render_to_response
|
||||
from webhelpers2.html import HTML
|
||||
|
||||
from wuttjamaican.util import get_class_hierarchy
|
||||
from wuttaweb.views.base import View
|
||||
from wuttaweb.util import get_form_data, render_csrf_token
|
||||
from wuttaweb.db import Session
|
||||
from wuttaweb.progress import SessionProgress
|
||||
from wuttjamaican.util import get_class_hierarchy
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue