Skip to content

Commit

Permalink
Merge pull request #822 from tacaswell/fix/v1_rootmap
Browse files Browse the repository at this point in the history
FIX: return and empty dict for type stability
  • Loading branch information
danielballan authored Sep 20, 2024
2 parents d75153b + b91915b commit 83f2920
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 83f2920

Please sign in to comment.