From e437a10d15ddfd21d406e591acccf12ff443194e Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 24 Apr 2016 21:41:02 +0300 Subject: Issue #23277: Remove unused imports in tests. --- Lib/test/test_dynamic.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_dynamic.py') diff --git a/Lib/test/test_dynamic.py b/Lib/test/test_dynamic.py index 5080ec9f796..3ae090fd66a 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 -- cgit v1.2.3