Commit 05c7e54c authored by Stefan Behnel's avatar Stefan Behnel

minor import cleanup

parent 82e44cb8
...@@ -141,7 +141,6 @@ def create_pipeline(context, mode, exclude_classes=()): ...@@ -141,7 +141,6 @@ def create_pipeline(context, mode, exclude_classes=()):
from Optimize import DropRefcountingTransform from Optimize import DropRefcountingTransform
from Buffer import IntroduceBufferAuxiliaryVars from Buffer import IntroduceBufferAuxiliaryVars
from ModuleNode import check_c_declarations, check_c_declarations_pxd from ModuleNode import check_c_declarations, check_c_declarations_pxd
from ModuleNode import check_c_declarations
if mode == 'pxd': if mode == 'pxd':
......
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