[NFC] Remove unused Python import

Differential Revision: https://reviews.llvm.org/D56254

llvm-svn: 350310
This commit is contained in:
Serge Guelton 2019-01-03 14:12:07 +00:00
parent 07ccb4b81d
commit 7d0174c558
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ from __future__ import print_function
import operator
import shutil
import StringIO
import struct
import subprocess
import sys