diff options
author | Ezio Melotti <none@none> | 2011-04-12 13:06:43 (GMT) |
---|---|---|
committer | Ezio Melotti <none@none> | 2011-04-12 13:06:43 (GMT) |
commit | 4ded0c046226856c9b46aef6e5ea760c414018c4 (patch) | |
tree | c2fb8dac414b04b411e8b229ee2dc51488222168 /Lib/json/tests/test_scanstring.py | |
parent | 1b93021214531e1b825dd31e802838191beae581 (diff) | |
download | cpython-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.py | 1 |
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 |