diff options
Diffstat (limited to 'Lib/test/test_dynamic.py')
-rw-r--r-- | Lib/test/test_dynamic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_dynamic.py b/Lib/test/test_dynamic.py index 5080ec9..3ae090f 100644 --- a/Lib/test/test_dynamic.py +++ b/Lib/test/test_dynamic.py @@ -1,7 +1,6 @@ # Test the most dynamic corner cases of Python's runtime semantics. import builtins -import contextlib import unittest from test.support import swap_item, swap_attr |