diff options
-rw-r--r-- | patchcomptransformer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/patchcomptransformer.py b/patchcomptransformer.py index 18ca95d0..c8c3407b 100644 --- a/patchcomptransformer.py +++ b/patchcomptransformer.py @@ -25,8 +25,6 @@ from compiler import transformer from logilab.astng import nodes -from logilab.astng.astutils import cvrtr - def fromto_lineno(asttuple): """return the minimum and maximum line number of the given ast tuple""" return from_lineno(asttuple), to_lineno(asttuple) |