remove unnecessary lib

This commit is contained in:
Prodesire 2018-01-20 14:18:40 +08:00
parent fe1926a1fa
commit 80a6e157f5
1 changed files with 1 additions and 1 deletions

View File

@ -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):