mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
@@ -81,6 +81,7 @@ class ModelReprMixin(object):
|
||||
Define __unicode__ on your model which returns a six.text_type object.
|
||||
This mixin will automatically define __str__ and __repr__.
|
||||
"""
|
||||
|
||||
def __unicode__(self):
|
||||
# type: () -> Text
|
||||
# Originally raised an exception, but Django (e.g. the ./manage.py shell)
|
||||
|
||||
Reference in New Issue
Block a user