diff options
author | Barry Warsaw <barry@python.org> | 2010-11-24 18:18:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-11-24 18:18:21 (GMT) |
commit | fdba067213f1881632f9f1b7b4fce53cf88bbe28 (patch) | |
tree | c5316f622aa8d2f776e91149757bb3cc04a121b6 /Lib/json | |
parent | fc1be6d807d0f66d57345ffdb2f3fe5c1b4f9729 (diff) | |
download | cpython-fdba067213f1881632f9f1b7b4fce53cf88bbe28.zip cpython-fdba067213f1881632f9f1b7b4fce53cf88bbe28.tar.gz cpython-fdba067213f1881632f9f1b7b4fce53cf88bbe28.tar.bz2 |
Remove unnecessary import.
Diffstat (limited to 'Lib/json')
-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 9438154..2718409 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 |