sort imports for other scripts
This commit is contained in:
parent
558f7be2d2
commit
63c50c2a31
4 changed files with 11 additions and 7 deletions
|
|
@ -1,12 +1,13 @@
|
|||
#!/usr/bin/python2
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import, print_function
|
||||
|
||||
import ast
|
||||
import os
|
||||
import os.path
|
||||
import pprint
|
||||
import sys
|
||||
|
||||
from six.moves import cStringIO
|
||||
from six.moves.urllib.parse import quote
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue