diff options
Diffstat (limited to 'patchcomptransformer.py')
-rw-r--r-- | patchcomptransformer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchcomptransformer.py b/patchcomptransformer.py index c8c3407b..b14d249e 100644 --- a/patchcomptransformer.py +++ b/patchcomptransformer.py @@ -20,7 +20,7 @@ """ from types import TupleType -from token import NEWLINE, DEDENT +from token import DEDENT from compiler import transformer from logilab.astng import nodes |