Skip to content

Commit 6f25644

Browse files
committed
address review
1 parent 168d87b commit 6f25644

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7434,7 +7434,6 @@ def athrow(self, typ, val=None, tb=None):
74347434
pass
74357435

74367436
async def g(): yield 0
7437-
g = g()
74387437

74397438
self.assertIsSubclass(G, typing.AsyncGenerator)
74407439
self.assertIsSubclass(G, typing.AsyncIterable)

0 commit comments

Comments
 (0)