From e3d698dae9c7d17bb3eba4025e83ebaf124f7f6e Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Thu, 10 Sep 2020 11:38:52 +0100 Subject: Remove unused Python imports. --- main/main_builders.py | 1 - 1 file changed, 1 deletion(-) (limited to 'main/main_builders.py') diff --git a/main/main_builders.py b/main/main_builders.py index 2ea774e3b4..aa91201c3e 100644 --- a/main/main_builders.py +++ b/main/main_builders.py @@ -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): -- cgit v1.2.3