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 @@ All such functions are invoked in a subprocess on Windows to prevent build flaki
"""
from platform_methods import subprocess_main
from collections import OrderedDict
def make_splash(target, source, env):