From c59893c2a668327ea389ec4835a898869d8a6b53 Mon Sep 17 00:00:00 2001 From: _Frky <3105926+Frky@users.noreply.github.com> Date: Mon, 30 May 2022 17:27:51 +0200 Subject: [PATCH] Run Flake8 --- test/src/tests/udp.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/src/tests/udp.py b/test/src/tests/udp.py index db840cb..55522f5 100644 --- a/test/src/tests/udp.py +++ b/test/src/tests/udp.py @@ -14,15 +14,14 @@ # You should have received a copy of the GNU General Public License # along with Masscanned. If not, see . -from scapy.layers.inet import IP, UDP +from scapy.layers.inet import IP from scapy.layers.inet6 import IPv6 from scapy.layers.l2 import Ether from scapy.packet import Raw from scapy.sendrecv import srp1 -from scapy.volatile import RandInt from ..conf import IPV4_ADDR, IPV6_ADDR, MAC_ADDR -from ..core import test, check_ip_checksum, check_ipv6_checksum +from ..core import test @test