From f46233509a9fdcf6fa6773dc6e3c66374f51c783 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Wed, 28 Feb 2024 14:41:16 +0000 Subject: [PATCH] Fix code style --- glue_jupyter/bqplot/image/layer_artist.py | 2 +- glue_jupyter/bqplot/image/tests/test_visual.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/glue_jupyter/bqplot/image/layer_artist.py b/glue_jupyter/bqplot/image/layer_artist.py index 66523c58..3567d3e7 100644 --- a/glue_jupyter/bqplot/image/layer_artist.py +++ b/glue_jupyter/bqplot/image/layer_artist.py @@ -4,7 +4,7 @@ from glue.viewers.image.layer_artist import BaseImageLayerArtist, ImageLayerArtist, ImageSubsetArray from glue.viewers.image.state import ImageSubsetLayerState from glue.core.fixed_resolution_buffer import ARRAY_CACHE, PIXEL_CACHE -from glue.core.units import find_unit_choices, UnitConverter +from glue.core.units import UnitConverter from ...link import link from bqplot_image_gl import Contour diff --git a/glue_jupyter/bqplot/image/tests/test_visual.py b/glue_jupyter/bqplot/image/tests/test_visual.py index 89365af8..29203974 100644 --- a/glue_jupyter/bqplot/image/tests/test_visual.py +++ b/glue_jupyter/bqplot/image/tests/test_visual.py @@ -1,6 +1,5 @@ import numpy as np from numpy.testing import assert_allclose -import matplotlib.pyplot as plt from glue_jupyter import jglue from glue_jupyter.tests.helpers import visual_widget_test