Skip to content

Commit c67281b

Browse files
committed
trellis: remove import of fsm_utils from __init__.py for gr-trellis.
fsm_utils uses scipy, which is not a required dependency. Adding this to the trellis import then won't work if you don't have scipy. These imports work: from gnuradio.trellis.fsm_utils as fu from gnuradio.trells import fsm_utils This will not: from gnuradio import trellis trellis.fsm_utils.*
1 parent 67a9f87 commit c67281b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gr-trellis/python/trellis/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@
3333
from trellis_swig import *
3434

3535
# import any pure python here
36-
import fsm_utils

0 commit comments

Comments
 (0)