aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2020-07-22 17:34:59 -0700
committerZac Medico <zmedico@gentoo.org>2020-07-22 19:59:00 -0700
commitbe20b37180f709ab0e451e4e07b6e82ac3a87b56 (patch)
tree7a2ce667c62a402d554b1e96f68b21ba1992735d /lib/_emerge/TaskSequence.py
parent_EbuildFetcherProcess: emit eerror for fetch failure in _proc_join_done (diff)
downloadportage-be20b37180f709ab0e451e4e07b6e82ac3a87b56.tar.gz
portage-be20b37180f709ab0e451e4e07b6e82ac3a87b56.tar.bz2
portage-be20b37180f709ab0e451e4e07b6e82ac3a87b56.zip
Fix 'unused-import' for stdlib imports.
This is part of a cleanup to enable pylint. This is only stdlib modules; there are hundreds of unused imports of other modules but its less clear how safe those are to remove due to side effects. Signed-off-by: Alec Warner <antarus@gentoo.org> Change-Id: If9bee83bbbe1620b34a0f8d153637909af2b8512 Closes: https://github.com/gentoo/portage/pull/585 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'lib/_emerge/TaskSequence.py')
-rw-r--r--lib/_emerge/TaskSequence.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/_emerge/TaskSequence.py b/lib/_emerge/TaskSequence.py
index d6816719f..8d1b0b859 100644
--- a/lib/_emerge/TaskSequence.py
+++ b/lib/_emerge/TaskSequence.py
@@ -1,7 +1,6 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-import sys
from collections import deque
from portage import os