summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
diff options
context:
space:
mode:
authorClayton Smith <argilo@gmail.com>2020-11-01 00:04:40 -0400
committermormj <34754695+mormj@users.noreply.github.com>2020-11-02 08:49:17 -0500
commit009ff989915baeb01c1f0c8f4dcb43e8b22cd3cb (patch)
treef717e6a2d5811055fcfa3216ee27f5e3467d3f69 /gnuradio-runtime
parentb2ec6f8bc51063b77b710d272d3724a313e55ed4 (diff)
Remove unused gru imports
Neither of these files use the gru module anymore. I've tested that they work correctly after removing the unused imports.
Diffstat (limited to 'gnuradio-runtime')
-rw-r--r--gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py b/gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py
index 42d3d26c54..f78404a66a 100644
--- a/gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py
+++ b/gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py
@@ -8,7 +8,7 @@
#
#
-from gnuradio import gr, gru, eng_notation, filter
+from gnuradio import gr, eng_notation, filter
from gnuradio import audio
from gnuradio import analog
from gnuradio import blocks