Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 17/18] lib/portage/util/netlink.py: drop unused-import
Date: Mon, 03 Aug 2020 20:21:31
Message-Id: 20200803202033.1585074-17-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/18] lib/_emerge/actions.py: drop unused-import by Aaron Bauman
1 * Drop unused-import
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/util/netlink.py | 3 +--
7 1 file changed, 1 insertion(+), 2 deletions(-)
8
9 diff --git a/lib/portage/util/netlink.py b/lib/portage/util/netlink.py
10 index 950ed8f69..ad9e8ca30 100644
11 --- a/lib/portage/util/netlink.py
12 +++ b/lib/portage/util/netlink.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2019 Gentoo Authors
15 +# Copyright 2019-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 from io import BytesIO
19 @@ -8,7 +8,6 @@ from struct import Struct
20 import socket
21 from socket import (
22 AF_NETLINK, AF_UNSPEC,
23 - MSG_PEEK, MSG_TRUNC,
24 NETLINK_ROUTE,
25 SOCK_DGRAM,
26 inet_pton,
27 --
28 2.28.0