remove pointless change

This commit is contained in:
Benjamin Peterson 2013-04-13 17:20:36 -04:00
parent 214a7d2674
commit 71557596b2
1 changed files with 1 additions and 1 deletions

View File

@ -1743,7 +1743,7 @@ order (MRO) for bases """
return b"hello"
def empty_seq(self):
return []
def zero(self, other=None):
def zero(self):
return 0
def complex_num(self):
return 1j