Delegate to `tractor.msg.pretty_struct` since it was factored from here!
parent
1abd47609b
commit
c8ac2a93e7
|
|
@ -21,6 +21,4 @@ Extensions to built-in or (heavily used but 3rd party) friend-lib
|
|||
types.
|
||||
|
||||
'''
|
||||
from tractor.msg.pretty_struct import (
|
||||
Struct as Struct,
|
||||
)
|
||||
from tractor.msg import Struct as Struct
|
||||
|
|
|
|||
Loading…
Reference in New Issue