Skip to content

Commit

Permalink
bots: Remove unused imports from task code
Browse files Browse the repository at this point in the history
We don't use the subprocess import in either of these places.

Closes #7809
  • Loading branch information
stefwalter authored and martinpitt committed Oct 4, 2017
1 parent 771104e commit 1584bd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bots/task/test-github
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import os
import signal
import shutil
import socket
import subprocess
import sys
import tempfile
import time
Expand Down
1 change: 0 additions & 1 deletion bots/task/test-task
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import os
import signal
import shutil
import socket
import subprocess
import sys
import tempfile
import time
Expand Down

0 comments on commit 1584bd8

Please sign in to comment.