Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
临寒 committed Sep 1, 2014
1 parent 9e2ba7b commit ef1ac17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xUnique.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@

from __future__ import unicode_literals
from __future__ import print_function
from subprocess import (check_output as sp_co, check_call as sp_cc, CalledProcessError)
from os import path, unlink, rename, listdir
from subprocess import (check_output as sp_co, CalledProcessError)
from os import path, unlink, rename
from hashlib import md5 as hl_md5
from json import (loads as json_loads, dump as json_dump)
from urllib import urlretrieve
from fileinput import (input as fi_input, close as fi_close)
from re import compile as re_compile
from sys import (argv as sys_argv, getfilesystemencoding as sys_get_fs_encoding)
Expand Down

0 comments on commit ef1ac17

Please sign in to comment.