mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
style: add space and rm redundant parentheses
This commit is contained in:
parent
8988afa082
commit
c721f49c75
|
@ -52,7 +52,7 @@ class Hyperlink(str):
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def __getnewargs__(self):
|
def __getnewargs__(self):
|
||||||
return(str(self), self.name,)
|
return str(self), self.name
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user