Delegate to `tractor.msg.pretty_struct` since it was factored from here!

service_mng_to_tractor
Tyler Goodlet 2025-02-13 11:21:29 -05:00 committed by goodboy
parent 1abd47609b
commit c8ac2a93e7
1 changed files with 1 additions and 3 deletions

View File

@ -21,6 +21,4 @@ Extensions to built-in or (heavily used but 3rd party) friend-lib
types. types.
''' '''
from tractor.msg.pretty_struct import ( from tractor.msg import Struct as Struct
Struct as Struct,
)