Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7155759

Browse files
committed
remove pointless change
1 parent 214a7d2 commit 7155759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_descr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ def hello(self):
17431743
return b"hello"
17441744
def empty_seq(self):
17451745
return []
1746-
def zero(self, other=None):
1746+
def zero(self):
17471747
return 0
17481748
def complex_num(self):
17491749
return 1j

0 commit comments

Comments
 (0)