summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestTreePath.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/Tests/TestTreePath.py')
-rw-r--r--Cython/Compiler/Tests/TestTreePath.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Compiler/Tests/TestTreePath.py b/Cython/Compiler/Tests/TestTreePath.py
index bee53b3d2..b2013086b 100644
--- a/Cython/Compiler/Tests/TestTreePath.py
+++ b/Cython/Compiler/Tests/TestTreePath.py
@@ -1,5 +1,4 @@
import unittest
-from Cython.Compiler.Visitor import PrintTree
from Cython.TestUtils import TransformTest
from Cython.Compiler.TreePath import find_first, find_all
from Cython.Compiler import Nodes, ExprNodes