britney.py: Remove unused import

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2016-05-16 06:18:25 +00:00
parent ccb473e19f
commit c9ed47ca6d

View File

@ -190,7 +190,7 @@ import apt_pkg
from collections import defaultdict, namedtuple
from functools import reduce
from itertools import chain, product
from itertools import product
from operator import attrgetter
from urllib.parse import quote