Skip to content

Commit 4efeee3

Browse files
committed
whitespace
1 parent bca564d commit 4efeee3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_descr.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,7 @@ def test_spam_dicts(self):
373373
for i in iter(d):
374374
l.append(i)
375375
self.assertEqual(l, l1)
376-
377376
l = []
378-
379377
for i in d.__iter__():
380378
l.append(i)
381379
self.assertEqual(l, l1)
@@ -389,7 +387,6 @@ def test_spam_dicts(self):
389387
self.unop_test(spamd, repr(straightd), "repr(a)", "__repr__")
390388
self.set2op_test(spamdict({1:2,3:4}), 2, 3, spamdict({1:2,2:3,3:4}),
391389
"a[b]=c", "__setitem__")
392-
393390
# Test subclassing
394391
class C(spam.spamdict):
395392
def foo(self): return 1

0 commit comments

Comments
 (0)