Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 28, 2024
1 parent 95cd86e commit f462335
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion glue_jupyter/bqplot/image/layer_artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion glue_jupyter/bqplot/image/tests/test_visual.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f462335

Please sign in to comment.