From 1584bd80aa4ba87a608aa531af7879511e8b80fc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 4 Oct 2017 15:55:56 +0200 Subject: [PATCH] bots: Remove unused imports from task code We don't use the subprocess import in either of these places. Closes #7809 --- bots/task/test-github | 1 - bots/task/test-task | 1 - 2 files changed, 2 deletions(-) diff --git a/bots/task/test-github b/bots/task/test-github index 575ef67675f..118224c8dda 100755 --- a/bots/task/test-github +++ b/bots/task/test-github @@ -28,7 +28,6 @@ import os import signal import shutil import socket -import subprocess import sys import tempfile import time diff --git a/bots/task/test-task b/bots/task/test-task index 235f07cb07e..2953db3eb5b 100755 --- a/bots/task/test-task +++ b/bots/task/test-task @@ -29,7 +29,6 @@ import os import signal import shutil import socket -import subprocess import sys import tempfile import time