mirror of https://github.com/flaggo/pydu.git
remove unnecessary lib
This commit is contained in:
parent
fe1926a1fa
commit
80a6e157f5
|
@ -1,5 +1,5 @@
|
|||
from collections import Iterable
|
||||
from pydu.compat import PY2, strbytes_types
|
||||
from pydu.compat import strbytes_types
|
||||
|
||||
|
||||
def uniq(seq, key=None):
|
||||
|
|
Loading…
Reference in New Issue