nat: remove unused import

Type: style
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Change-Id: I66b7ed03f784f3992a910ad6a52ed89116a39297
This commit is contained in:
Klement Sekera
2021-03-10 10:45:44 +01:00
committed by Ole Tr�an
parent 085e8d4027
commit 0ac8d857a5

View File

@ -5,7 +5,6 @@ from io import BytesIO
from random import randint
import scapy.compat
from framework import tag_fixme_vpp_workers
from framework import VppTestCase, VppTestRunner
from scapy.data import IP_PROTOS
from scapy.layers.inet import IP, TCP, UDP, ICMP, GRE