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 2/4] lib/portage/dbapi/vartree.py: fix reimported
Date: Mon,  3 Aug 2020 22:44:56 -0400	[thread overview]
Message-ID: <20200804024458.2228759-2-bman@gentoo.org> (raw)
In-Reply-To: <20200804024458.2228759-1-bman@gentoo.org>

Signed-off-by: Aaron Bauman <bman@gentoo.org>
---
 lib/portage/dbapi/vartree.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py
index fcf164e82..fbf455363 100644
--- a/lib/portage/dbapi/vartree.py
+++ b/lib/portage/dbapi/vartree.py
@@ -1619,7 +1619,6 @@ class dblink:
 	At present this is implemented as a text backend in /var/db/pkg.
 	"""
 
-	import re
 	_normalize_needed = re.compile(r'//|^[^/]|./$|(^|/)\.\.?(/|$)')
 
 	_contents_re = re.compile(r'^(' + \
-- 
2.28.0



  reply	other threads:[~2020-08-04  2:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04  2:44 [gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules Aaron Bauman
2020-08-04  2:44 ` Aaron Bauman [this message]
2020-08-04  2:44 ` [gentoo-portage-dev] [PATCH 3/4] lib/_emerge/search.py: fix reimported Aaron Bauman
2020-08-04  2:44 ` [gentoo-portage-dev] [PATCH 4/4] lib/portage/util/socks5.py: fix reimport Aaron Bauman
2020-08-04  3:17 ` [gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules 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=20200804024458.2228759-2-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