Skip to content

Commit

Permalink
gwsumm.plot: import iterutils from lal (#398)
Browse files Browse the repository at this point in the history
this has been deprecated in glue for many years
  • Loading branch information
duncanmmacleod authored Mar 4, 2024
1 parent 205dc08 commit 00a0fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwsumm/plot/segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from matplotlib.colors import (rgb2hex, is_color_like, TABLEAU_COLORS)
from matplotlib.patches import Rectangle

from glue import iterutils
from lal import iterutils

from gwpy.plot.colors import (GW_OBSERVATORY_COLORS, tint)
from gwpy.plot.segments import SegmentRectangle
Expand Down

0 comments on commit 00a0fe7

Please sign in to comment.