File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1818import os
1919import sys
2020
21- # add scripts dir to Python path so we can import _build_helper
22- sys .path .insert (0 , os .path .abspath ("scripts" ))
23-
24- from _build_helper import ( # noqa: E402
21+ from _build_helper import (
2522 build_extension ,
2623 clean_build_dir ,
2724 err ,
Original file line number Diff line number Diff line change 2121import sys
2222import sysconfig
2323
24- # add scripts dir to Python path so we can import _build_helper
25- sys .path .insert (0 , os .path .abspath ("scripts" ))
26-
27- from _build_helper import ( # noqa: E402
24+ from _build_helper import (
2825 build_extension ,
2926 capture_cmd_output ,
3027 clean_build_dir ,
Original file line number Diff line number Diff line change 1919import subprocess
2020import sys
2121
22- # add scripts dir to Python path so we can import _build_helper
23- sys .path .insert (0 , os .path .abspath ("scripts" ))
24-
25- from _build_helper import ( # noqa: E402
22+ from _build_helper import (
2623 build_extension ,
2724 capture_cmd_output ,
2825 clean_build_dir ,
You can’t perform that action at this time.
0 commit comments