From: Barry Warsaw Date: Wed, 24 Nov 2010 18:18:21 +0000 (+0000) Subject: Remove unnecessary import. X-Git-Tag: v3.2b1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdba067213f1881632f9f1b7b4fce53cf88bbe28;p=python Remove unnecessary import. --- 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