Skip to content

Commit

Permalink
Silence "line too long" lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 5, 2019
1 parent 5173703 commit 11b07e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djedi/plugins/img.py
Expand Up @@ -120,7 +120,7 @@ def render(self, data):
# Use a data URI so that the image works without hassle even if the
# Djedi backend and frontend run on different domains.
# 'src': '/static/djedi/placeholder.svg',
'src': 'data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZmlsbD0iIzIwYjJhYSIgZD0iTTAgMGgxNjB2OTBIMHoiLz48L3N2Zz4K',
'src': 'data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYwIDkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZmlsbD0iIzIwYjJhYSIgZD0iTTAgMGgxNjB2OTBIMHoiLz48L3N2Zz4K', # noqa: E501
'width': 160,
'height': 90
}
Expand Down

0 comments on commit 11b07e7

Please sign in to comment.