From 999f96acb506fac770c6d385c1050c2eced2fa2d Mon Sep 17 00:00:00 2001 From: jopohl Date: Tue, 24 Jan 2017 14:17:47 +0100 Subject: [PATCH] remove unused imports --- .../plugins/NetworkSDRInterface/NetworkSDRInterfacePlugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/urh/plugins/NetworkSDRInterface/NetworkSDRInterfacePlugin.py b/src/urh/plugins/NetworkSDRInterface/NetworkSDRInterfacePlugin.py index d53e1611..82421992 100644 --- a/src/urh/plugins/NetworkSDRInterface/NetworkSDRInterfacePlugin.py +++ b/src/urh/plugins/NetworkSDRInterface/NetworkSDRInterfacePlugin.py @@ -1,13 +1,11 @@ import socketserver import threading -from PyQt5.QtCore import QRegExp, pyqtSlot +from PyQt5.QtCore import QRegExp from PyQt5.QtGui import QRegExpValidator import socket -from urh.controller.ProtocolSniffDialogController import ProtocolSniffDialogController from urh.plugins.Plugin import SDRPlugin -from urh.util.Errors import Errors class NetworkSDRInterfacePlugin(SDRPlugin):