diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:05:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:05:30 (GMT) |
commit | a6f26c1d3495670c02c2ceb1e38ada0d468579f7 (patch) | |
tree | 0fe173ee82748239d48aa022592ae68f90a044de /Lib/test/test_json | |
parent | fd2839e1de4e1eac61d982fe3a0d2b4602f3fd3e (diff) | |
download | cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.zip cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.tar.gz cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.tar.bz2 |
Remove more unused imports in tests.
Diffstat (limited to 'Lib/test/test_json')
-rw-r--r-- | Lib/test/test_json/test_fail.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_json/test_fail.py b/Lib/test/test_json/test_fail.py index 95ff5b8..7910521 100644 --- a/Lib/test/test_json/test_fail.py +++ b/Lib/test/test_json/test_fail.py @@ -1,5 +1,4 @@ from test.test_json import PyTest, CTest -import re # 2007-10-05 JSONDOCS = [ |