diff --git a/piker/types.py b/piker/types.py index 80ccb26a..385f83b0 100644 --- a/piker/types.py +++ b/piker/types.py @@ -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