summaryrefslogtreecommitdiff
path: root/main/main_builders.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-10 13:09:48 +0200
committerGitHub <noreply@github.com>2020-09-10 13:09:48 +0200
commit1d3521fd5fc9a957eb60f5b666d9ffe3a56e874d (patch)
tree6b61c34980528a54e24f640195af8d674752d744 /main/main_builders.py
parent49283cb80dc047ed7e034d1fa89f72d88207fddb (diff)
parente3d698dae9c7d17bb3eba4025e83ebaf124f7f6e (diff)
Merge pull request #41944 from madmiraal/remove-unused-imports
Remove unused Python imports.
Diffstat (limited to 'main/main_builders.py')
-rw-r--r--main/main_builders.py1
1 files changed, 0 insertions, 1 deletions
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):