Merge #9508: Remove unused Python imports

95bab82 Remove unused Python imports (practicalswift)
This commit is contained in:
MarcoFalke
2017-01-18 10:48:43 +01:00
10 changed files with 1 additions and 17 deletions

View File

@@ -5,7 +5,6 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
from __future__ import division,print_function,unicode_literals
import os
import sys
import bctest
import buildenv
import argparse