diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-10 13:09:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:09:48 +0200 |
commit | 1d3521fd5fc9a957eb60f5b666d9ffe3a56e874d (patch) | |
tree | 6b61c34980528a54e24f640195af8d674752d744 /core/input/SCsub | |
parent | 49283cb80dc047ed7e034d1fa89f72d88207fddb (diff) | |
parent | e3d698dae9c7d17bb3eba4025e83ebaf124f7f6e (diff) |
Merge pull request #41944 from madmiraal/remove-unused-imports
Remove unused Python imports.
Diffstat (limited to 'core/input/SCsub')
-rw-r--r-- | core/input/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/input/SCsub b/core/input/SCsub index f40978911b..740398b266 100644 --- a/core/input/SCsub +++ b/core/input/SCsub @@ -2,7 +2,6 @@ Import("env") -from platform_methods import run_in_subprocess import input_builders |