Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
seda
Commits
ee6b7e0d1c52
Commit
439f1ae1
authored
Oct 13, 2016
by
Sylvain Thénault
Browse files
[cleanup] Add missing noqa for non-top-level import
parent
acdeecc5ef3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/patches.py
View file @
ee6b7e0d
...
...
@@ -21,7 +21,8 @@ from logilab.common.decorators import monkeypatch
# fix unexpected redirect after clicking on cancel in reledit ######################################
# (https://www.cubicweb.org/ticket/13120795)
from
cubicweb.web.views
import
reledit
from
cubicweb.web.views
import
reledit
# noqa
orig_build_form
=
reledit
.
AutoClickAndEditFormView
.
_build_form
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment