diff options
author | Barry Warsaw <barry@python.org> | 2010-11-24 18:18:21 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-11-24 18:18:21 +0000 |
commit | fdba067213f1881632f9f1b7b4fce53cf88bbe28 (patch) | |
tree | c5316f622aa8d2f776e91149757bb3cc04a121b6 | |
parent | fc1be6d807d0f66d57345ffdb2f3fe5c1b4f9729 (diff) | |
download | cpython-git-fdba067213f1881632f9f1b7b4fce53cf88bbe28.tar.gz |
Remove unnecessary import.
-rw-r--r-- | Lib/json/tests/test_speedups.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/json/tests/test_speedups.py b/Lib/json/tests/test_speedups.py index 94381548a7..271840978c 100644 --- a/Lib/json/tests/test_speedups.py +++ b/Lib/json/tests/test_speedups.py @@ -1,4 +1,3 @@ -import decimal from unittest import TestCase from json import decoder, encoder, scanner |