From 090096bff365b4ad69c061303c0852bf214b4f03 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 3 Dec 2020 00:42:46 -0500 Subject: tests: remove py2/py3 six compatability library Type: test Change-Id: Idb6b8169845e0239e639429ccfd02a683212b7e6 Signed-off-by: Paul Vinciguerra --- test/util.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/util.py') diff --git a/test/util.py b/test/util.py index c7e4693e998..fc1eae03742 100644 --- a/test/util.py +++ b/test/util.py @@ -5,7 +5,6 @@ import ipaddress import logging import socket from socket import AF_INET6 -import six import sys import os.path -- cgit 1.2.3-korg