From 9328fdbc42dca0d4893c7cd6b9f1d490f87c0313 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Mon, 26 Aug 2024 16:52:31 -0400 Subject: [PATCH] Codestyle --- jdaviz/configs/imviz/tests/test_simple_aper_phot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jdaviz/configs/imviz/tests/test_simple_aper_phot.py b/jdaviz/configs/imviz/tests/test_simple_aper_phot.py index 4623938565..2f00530d21 100644 --- a/jdaviz/configs/imviz/tests/test_simple_aper_phot.py +++ b/jdaviz/configs/imviz/tests/test_simple_aper_phot.py @@ -4,7 +4,6 @@ from astropy.io import fits from astropy.tests.helper import assert_quantity_allclose from astropy.utils.data import get_pkg_data_filename -from glue.core.roi import CircularROI from numpy.testing import assert_allclose, assert_array_equal from photutils.aperture import (ApertureStats, CircularAperture, EllipticalAperture, RectangularAperture, EllipticalAnnulus) @@ -494,7 +493,6 @@ def test_curve_of_growth(with_unit): def test_cubeviz_batch(cubeviz_helper, spectrum1d_cube_fluxunit_jy_per_steradian): cubeviz_helper.load_data(spectrum1d_cube_fluxunit_jy_per_steradian, data_label='test') - subset_plugin = cubeviz_helper.plugins['Subset Tools']._obj phot_plugin = cubeviz_helper.plugins['Aperture Photometry']._obj uc_plugin = cubeviz_helper.plugins['Unit Conversion']