summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_scanstring.py
diff options
context:
space:
mode:
authorEzio Melotti <none@none>2011-04-12 13:06:43 (GMT)
committerEzio Melotti <none@none>2011-04-12 13:06:43 (GMT)
commit4ded0c046226856c9b46aef6e5ea760c414018c4 (patch)
treec2fb8dac414b04b411e8b229ee2dc51488222168 /Lib/json/tests/test_scanstring.py
parent1b93021214531e1b825dd31e802838191beae581 (diff)
downloadcpython-4ded0c046226856c9b46aef6e5ea760c414018c4.zip
cpython-4ded0c046226856c9b46aef6e5ea760c414018c4.tar.gz
cpython-4ded0c046226856c9b46aef6e5ea760c414018c4.tar.bz2
Remove unnecessary imports and use assertIs instead of assertTrue.
Diffstat (limited to 'Lib/json/tests/test_scanstring.py')
-rw-r--r--Lib/json/tests/test_scanstring.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/json/tests/test_scanstring.py b/Lib/json/tests/test_scanstring.py
index 2a7ec82..d858161 100644
--- a/Lib/json/tests/test_scanstring.py
+++ b/Lib/json/tests/test_scanstring.py
@@ -1,5 +1,4 @@
import sys
-import decimal
from unittest import TestCase, skipUnless
import json