diff options
author | Clayton Smith <argilo@gmail.com> | 2020-11-01 00:04:40 -0400 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-11-02 08:49:17 -0500 |
commit | 009ff989915baeb01c1f0c8f4dcb43e8b22cd3cb (patch) | |
tree | f717e6a2d5811055fcfa3216ee27f5e3467d3f69 /gnuradio-runtime/examples/mp-sched | |
parent | b2ec6f8bc51063b77b710d272d3724a313e55ed4 (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/examples/mp-sched')
-rw-r--r-- | gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py | 2 |
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 |