From 95bab821b3af268d23e9cf5f9da3dd7f1e396949 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 10 Jan 2017 23:30:14 +0100 Subject: Remove unused Python imports --- contrib/devtools/test-security-check.py | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/devtools/test-security-check.py') diff --git a/contrib/devtools/test-security-check.py b/contrib/devtools/test-security-check.py index c0f120392e..18f9835faa 100755 --- a/contrib/devtools/test-security-check.py +++ b/contrib/devtools/test-security-check.py @@ -7,7 +7,6 @@ Test script for security-check.py ''' from __future__ import division,print_function import subprocess -import sys import unittest def write_testcode(filename): -- cgit v1.2.3