remove unused import

This commit is contained in:
Jakob Ketterl 2020-04-10 20:05:06 +02:00
parent aa29836039
commit 6d43126fa5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from .direct import DirectSource
from owrx.command import Flag, Option
from owrx.command import Option
class HackrfSource(DirectSource):