Skip to content

Commit

Permalink
fix SIM909 in plot module
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 20, 2024
1 parent 2a73521 commit 8e8aacd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deltametrics/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1617,8 +1617,6 @@ def overlay_sparse_array(
if isinstance(cmap, str):
# cmap = plt.cm.get_cmap(cmap)
cmap = mpl.colormaps[cmap]
else:
cmap = cmap

# get the extent to plot
if "extent" in kwargs:
Expand Down

0 comments on commit 8e8aacd

Please sign in to comment.