Remove unused imports
This commit is contained in:
parent
dc2e4cc804
commit
0ab7bd402a
|
@ -1,9 +1,7 @@
|
|||
import os
|
||||
import os.path
|
||||
import sys
|
||||
import re
|
||||
import glob
|
||||
import string
|
||||
import subprocess
|
||||
from compat import iteritems, isbasestring, decode_utf8
|
||||
|
||||
|
|
Loading…
Reference in New Issue