Skip to content

Commit 009ff98

Browse files
argilomormj
authored andcommitted
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.
1 parent b2ec6f8 commit 009ff98

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gnuradio-runtime/examples/mp-sched/wfm_rcv_pll_to_wav.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010

11-
from gnuradio import gr, gru, eng_notation, filter
11+
from gnuradio import gr, eng_notation, filter
1212
from gnuradio import audio
1313
from gnuradio import analog
1414
from gnuradio import blocks

gr-digital/python/digital/crc.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#
88
#
99

10-
from gnuradio import gru
1110
from . import digital_python as digital
1211
import struct
1312

0 commit comments

Comments
 (0)