Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed May 13, 2024
1 parent 168d87b commit 6f25644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7434,7 +7434,6 @@ def athrow(self, typ, val=None, tb=None):
pass

async def g(): yield 0
g = g()

self.assertIsSubclass(G, typing.AsyncGenerator)
self.assertIsSubclass(G, typing.AsyncIterable)
Expand Down

0 comments on commit 6f25644

Please sign in to comment.