summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/leakers')
-rw-r--r--Lib/test/leakers/test_generator_cycle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/leakers/test_generator_cycle.py b/Lib/test/leakers/test_generator_cycle.py
index d2fa72c..b0aba43 100644
--- a/Lib/test/leakers/test_generator_cycle.py
+++ b/Lib/test/leakers/test_generator_cycle.py
@@ -8,4 +8,3 @@ def leak():
while True:
yield g
g = gen()
-