diff options
-rw-r--r-- | Lib/test/test_signal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py index 786bb41bbe..ef19641f89 100644 --- a/Lib/test/test_signal.py +++ b/Lib/test/test_signal.py @@ -1,6 +1,6 @@ import unittest from test import support -from contextlib import closing, nested +from contextlib import closing import gc import pickle import select |