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
fresh
Commits
25cc512633c1
Commit
3e53b93c
authored
Mar 19, 2019
by
Nsukami Patrick
Browse files
autopep8: fix W391 blank line at end of file
parent
bfbc0c4e5556
Changes
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_fresh/__pkginfo__.py
View file @
25cc5126
...
...
@@ -23,4 +23,3 @@ __depends__ = {'cubicweb': '>= 3.24.0',
'cubicweb-expense'
:
'>= 0.7.0'
,
'cubicweb-workcase'
:
None
,
}
cubicweb_fresh/views/actions.py
View file @
25cc5126
...
...
@@ -18,4 +18,3 @@ class AccountingAction(Action):
def
url
(
self
):
entity
=
self
.
cw_rset
.
get_entity
(
self
.
cw_row
or
0
,
self
.
cw_col
or
0
)
return
entity
.
absolute_url
(
vid
=
'accexpense'
)
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