mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-03 07:10:15 +01:00
remove superfluous import
This commit is contained in:
parent
dab683aac2
commit
a2522146b5
|
|
@ -1,5 +1,5 @@
|
|||
from pycsdr.types import Format
|
||||
from pycsdr.modules import Writer, TcpSource, ExecModule, CallbackWriter
|
||||
from pycsdr.modules import Writer, TcpSource, ExecModule
|
||||
from csdr.module import LogWriter
|
||||
from owrx.config.core import CoreConfig
|
||||
from owrx.config import Config
|
||||
|
|
|
|||
Loading…
Reference in a new issue