Skip to content

Commit eda9c7c

Browse files
committed
Remove debug printing from test_asyncio.test_graph
1 parent cf8f5e5 commit eda9c7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_asyncio/test_graph.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ async def main():
142142
[]
143143
])
144144

145-
from pprint import pprint
146-
pprint(stack_for_gen_nested_call[1])
147-
148145
self.assertIn(
149146
'async generator CallStackTestBase.test_stack_async_gen.<locals>.gen()',
150147
stack_for_gen_nested_call[1])

0 commit comments

Comments
 (0)