* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman <b...@gentoo.org> --- lib/portage/util/netlink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/portage/util/netlink.py b/lib/portage/util/netlink.py index 950ed8f69..ad9e8ca30 100644 --- a/lib/portage/util/netlink.py +++ b/lib/portage/util/netlink.py @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from io import BytesIO @@ -8,7 +8,6 @@ from struct import Struct import socket from socket import ( AF_NETLINK, AF_UNSPEC, - MSG_PEEK, MSG_TRUNC, NETLINK_ROUTE, SOCK_DGRAM, inet_pton, -- 2.28.0