style: add space and rm redundant parentheses

This commit is contained in:
Chris Guo 2019-11-12 13:45:39 +08:00 committed by Ryan P Kilby
parent 8988afa082
commit c721f49c75

View File

@ -52,7 +52,7 @@ class Hyperlink(str):
return ret
def __getnewargs__(self):
return(str(self), self.name,)
return str(self), self.name
@property
def name(self):