diff --git a/core/arp_scanner.py b/core/arp_scanner.py index 37348a4..0200eb0 100644 --- a/core/arp_scanner.py +++ b/core/arp_scanner.py @@ -3,7 +3,6 @@ """ import io import sys -import socket import netifaces from scapy.all import arping, ARP, get_if_addr # pylint: disable=E0611 from PySide6.QtWidgets import ( # pylint: disable=E0611