diff options
Diffstat (limited to 'Lib/test/test_io.py')
-rw-r--r-- | Lib/test/test_io.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index fe1a2b8a62..1b2d4916ff 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -28,9 +28,8 @@ import random import unittest import warnings import weakref -import gc import abc -from itertools import chain, cycle, count +from itertools import cycle, count from collections import deque from test import support |