aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_ip.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_ip.py')
-rw-r--r--test/vpp_ip.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/vpp_ip.py b/test/vpp_ip.py
index 24e7c19652a..fa32c35200f 100644
--- a/test/vpp_ip.py
+++ b/test/vpp_ip.py
@@ -5,8 +5,6 @@
import logging
from ipaddress import ip_address
-from socket import AF_INET, AF_INET6
-from vpp_papi import VppEnum
from vpp_object import VppObject
try: