Remove unused Python imports.

This commit is contained in:
Marcel Admiraal
2020-09-10 11:38:52 +01:00
parent f19c400bed
commit e3d698dae9
7 changed files with 0 additions and 9 deletions

View File

@ -4,7 +4,6 @@ Import("env")
import core_builders
import make_binders
from platform_methods import run_in_subprocess
env.core_sources = []