Skip to content

Commit

Permalink
FIX: return and empty dict for type stability
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Aug 30, 2024
1 parent 11fa21f commit b91915b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databroker/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def root_map(self):
"details are handled for you on the server side, so you should not worry "
"about this message unless you encounter trouble loading large array data."
)
return {}

def register_handler(self, *args, **kwargs):
warnings.warn(
Expand Down

0 comments on commit b91915b

Please sign in to comment.