Commit b709334b authored by Stefan Behnel's avatar Stefan Behnel

Remove unused import.

parent abeb0820
......@@ -3,7 +3,7 @@ from __future__ import absolute_import, print_function
from .Visitor import CythonTransform
from .StringEncoding import EncodedString
from . import Options
from . import PyrexTypes, ExprNodes
from . import PyrexTypes
from ..CodeWriter import ExpressionWriter
from .Errors import warning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment