aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-12-24 14:16:55 -0700
committerTim Harder <radhermit@gmail.com>2020-12-24 14:16:55 -0700
commita3aa835d9f5f7a0cc577f0eb82cbfabe8e690b94 (patch)
tree3f2bd5a85f3aa0e42b769122fd68994b211d1b0b /src/pkgcheck/scripts
parentPipeline: simplify ordered result output (diff)
downloadpkgcheck-a3aa835d9f5f7a0cc577f0eb82cbfabe8e690b94.tar.gz
pkgcheck-a3aa835d9f5f7a0cc577f0eb82cbfabe8e690b94.tar.bz2
pkgcheck-a3aa835d9f5f7a0cc577f0eb82cbfabe8e690b94.zip
drop unused import
Diffstat (limited to 'src/pkgcheck/scripts')
-rw-r--r--src/pkgcheck/scripts/pkgcheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkgcheck/scripts/pkgcheck.py b/src/pkgcheck/scripts/pkgcheck.py
index fefca75f..69e3b365 100644
--- a/src/pkgcheck/scripts/pkgcheck.py
+++ b/src/pkgcheck/scripts/pkgcheck.py
@@ -10,7 +10,6 @@ import textwrap
from collections import defaultdict
from contextlib import ExitStack
from functools import partial
-from itertools import chain
from operator import attrgetter
from pkgcore import const as pkgcore_const