Skip to content

Commit 625021f

Browse files
committed
Get rid of unnecessary print
1 parent 9370fa5 commit 625021f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
def my_func():
99
a = [1] * (10 ** 6)
1010
b = [2] * (2 * 10 ** 7)
11-
print('kek')
1211
yield from asyncio.sleep(1e-2)
1312
del b
1413

0 commit comments

Comments
 (0)