Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
activitystream
Commits
1042a52ceb67
Commit
3bf4399a
authored
Jun 12, 2019
by
Nsukami Patrick
Browse files
Flake8: fix errors
- F401 'cubicweb.predicates.is_instance' imported but unused - F821 undefined name '_'
parent
9f148921520c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_activitystream/views.py
View file @
1042a52c
from
logilab.mtconverter
import
xml_escape
from
cubicweb.predicates
import
is_instance
,
adaptable
from
cubicweb.predicates
import
adaptable
from
cubicweb.view
import
EntityView
from
cubicweb
import
_
class
AStreamView
(
EntityView
):
...
...
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