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 19, 2024
1 parent ff23fae commit ae81406
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 @@ -1623,8 +1623,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 ae81406

Please sign in to comment.