mirror of
https://github.com/jopohl/urh.git
synced 2026-03-18 22:26:47 +01:00
remove unused imports
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user