mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
Fix linting issues
This commit is contained in:
parent
d44a8f24ff
commit
3e20b0110c
|
@ -110,8 +110,10 @@ class TestViewNamesAndDescriptions(TestCase):
|
|||
class MockLazyStr(object):
|
||||
def __init__(self, string):
|
||||
self.s = string
|
||||
|
||||
def __str__(self):
|
||||
return self.s
|
||||
|
||||
def __unicode__(self):
|
||||
return self.s
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user