Skip to content

Commit

Permalink
add None to possible returns
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Dec 20, 2024
1 parent 9c6bb93 commit 7e4825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/catalogs/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def zoom_to_selected(self, padding=0.02, return_bounding_box=False):
Returns
-------
tuple of tuple, optional
tuple of tuple or None
If there are activley selected rows, and `return_bounding_box` is
True, returns a tuple containing the bounding
box coordinates: ((x_min, x_max), (y_min, y_max)).
Expand Down

0 comments on commit 7e4825c

Please sign in to comment.