public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Aaron Bauman <bman@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: Aaron Bauman <bman@gentoo.org>
Subject: [gentoo-portage-dev] [PATCH 16/18]  lib/portage/tests/util/eventloop/test_call_soon_fifo.py: drop unused-import
Date: Mon,  3 Aug 2020 16:20:31 -0400	[thread overview]
Message-ID: <20200803202033.1585074-16-bman@gentoo.org> (raw)
In-Reply-To: <20200803202033.1585074-1-bman@gentoo.org>

* Drop unused-import
* Update copyright

Signed-off-by: Aaron Bauman <bman@gentoo.org>
---
 lib/portage/tests/util/eventloop/test_call_soon_fifo.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/portage/tests/util/eventloop/test_call_soon_fifo.py b/lib/portage/tests/util/eventloop/test_call_soon_fifo.py
index f970c67a1..2b809c2e1 100644
--- a/lib/portage/tests/util/eventloop/test_call_soon_fifo.py
+++ b/lib/portage/tests/util/eventloop/test_call_soon_fifo.py
@@ -1,14 +1,12 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2017-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import functools
 import random
 
-from portage import os
 from portage.tests import TestCase
 from portage.util._eventloop.global_event_loop import global_event_loop
 
-
 class CallSoonFifoTestCase(TestCase):
 
 	def testCallSoonFifo(self):
-- 
2.28.0



  parent reply	other threads:[~2020-08-03 20:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 20:20 [gentoo-portage-dev] [PATCH 01/18] lib/_emerge/actions.py: drop unused-import Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 02/18] lib/portage/package/ebuild/_config/KeywordsManager.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 03/18] lib/portage/emaint/modules/sync/sync.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 04/18] lib/_emerge/resolver/slot_collision.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 05/18] lib/_emerge/PollScheduler.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 06/18] lib/portage/dep/soname/SonameAtom.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 07/18] lib/portage/dbapi/cpv_expand.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 08/18] lib/_emerge/EbuildBuild.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 09/18] lib/portage/_emirrordist/Config.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 10/18] lib/portage/dbapi/IndexedPortdb.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 11/18] lib/portage/elog/mod_syslog.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 12/18] lib/portage/package/ebuild/prepare_build_dirs.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 13/18] lib/portage/package/ebuild/getmaskingreason.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 14/18] lib/portage/tests/resolver/ResolverPlayground.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 15/18] lib/portage/tests/util/test_getconfig.py: " Aaron Bauman
2020-08-03 20:20 ` Aaron Bauman [this message]
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 17/18] lib/portage/util/netlink.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 18/18] pylintrc: enable unused-imports Aaron Bauman
2020-08-03 21:43   ` Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200803202033.1585074-16-bman@gentoo.org \
    --to=bman@gentoo.org \
    --cc=gentoo-portage-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox