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
activitystream
Commits
4bd3d5357e18
Commit
30f869ce
authored
Jun 12, 2019
by
Nsukami Patrick
Browse files
[autopep8] E125 - Indent to distinguish line from next logical line
parent
c5a1ce70f777
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_activitystream/entities.py
View file @
4bd3d535
...
@@ -40,7 +40,7 @@ class IActivityStreamAdapter(EntityAdapter):
...
@@ -40,7 +40,7 @@ class IActivityStreamAdapter(EntityAdapter):
"""
"""
rqls
=
[]
rqls
=
[]
for
part
in
self
.
_cw
.
vreg
[
'astream'
].
possible_objects
(
for
part
in
self
.
_cw
.
vreg
[
'astream'
].
possible_objects
(
self
.
_cw
,
entity
=
self
.
entity
):
self
.
_cw
,
entity
=
self
.
entity
):
rqls
+=
part
.
rql_parts
rqls
+=
part
.
rql_parts
assert
rqls
,
'no activity stream for %s'
%
self
.
entity
assert
rqls
,
'no activity stream for %s'
%
self
.
entity
if
len
(
rqls
)
>
1
:
if
len
(
rqls
)
>
1
:
...
...
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