Skip to content

Commit

Permalink
Add missing 2 blank lines after end of function or class. (PEP8 E305)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Aug 27, 2018
1 parent 2ed52d8 commit 720da70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_slack/templatetags/django_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ def escapeslack(value):
This is based on django.template.defaultfilters.escapejs.
"""
return mark_safe(force_text(value).translate(_slack_escapes))


escapeslack = allow_lazy(escapeslack, six.text_type, SafeText)

0 comments on commit 720da70

Please sign in to comment.