From 7e4825c74ead5ff1be34172a6a552d7e1392b81e Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Fri, 20 Dec 2024 13:17:51 -0500 Subject: [PATCH] add None to possible returns --- jdaviz/configs/imviz/plugins/catalogs/catalogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/imviz/plugins/catalogs/catalogs.py b/jdaviz/configs/imviz/plugins/catalogs/catalogs.py index ca60730ad1..7dc92b7e52 100644 --- a/jdaviz/configs/imviz/plugins/catalogs/catalogs.py +++ b/jdaviz/configs/imviz/plugins/catalogs/catalogs.py @@ -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)).