From aaa9eb10901fe2a2c6384020e88751ef4da29199 Mon Sep 17 00:00:00 2001 From: Alessandro Bresciani Date: Thu, 3 Oct 2024 11:49:30 +0200 Subject: [PATCH] getting rid of some tests and cleanup --- core/arp_scanner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/arp_scanner.py b/core/arp_scanner.py index fd31531..72d20ac 100644 --- a/core/arp_scanner.py +++ b/core/arp_scanner.py @@ -9,7 +9,6 @@ QLabel, QWidget, QDialog, - QListWidget, QListWidgetItem ) from PySide6.QtGui import QIcon, QFont, QColor # pylint: disable=E0611