commit | fdba067213f1881632f9f1b7b4fce53cf88bbe28 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Nov 24 18:18:21 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Nov 24 18:18:21 2010 +0000 |
tree | c5316f622aa8d2f776e91149757bb3cc04a121b6 | |
parent | fc1be6d807d0f66d57345ffdb2f3fe5c1b4f9729 [diff] |
Remove unnecessary import.
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