mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-02-01 21:34:15 +01:00
remove superfluous import
This commit is contained in:
parent
0351c40f6f
commit
40a7229729
|
|
@ -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