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
cubicweb
Commits
5ade58a615f0
Commit
21846819
authored
May 27, 2021
by
Laurent Peuch
Browse files
style: remove unused variables and unused import
parent
2ab657b10201
Pipeline
#66967
passed with stages
in 41 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/web/test/unittest_views_basecontrollers.py
View file @
5ade58a6
...
...
@@ -113,8 +113,8 @@ class EditControllerTC(CubicWebTC):
0
]
with
self
.
admin_access
.
web_request
()
as
req2
:
form2
=
self
.
vreg
[
"views"
].
select
(
"edition"
,
req
,
rset
=
e
.
as_rset
(),
row
=
0
)
with
self
.
admin_access
.
web_request
():
self
.
vreg
[
"views"
].
select
(
"edition"
,
req
,
rset
=
e
.
as_rset
(),
row
=
0
)
with
self
.
admin_access
.
web_request
(
**
dict
(
html_form
.
form_values
()))
as
req
:
path
,
args
=
self
.
expect_redirect_handle_request
(
req
,
path
=
"edit"
)
...
...
Write
Preview
Supports
Markdown
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