Skip to content

Commit

Permalink
no blank line allowed after docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Aug 16, 2024
1 parent 20e3c0d commit b7083ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lapy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def _map_z2color(zval, colormap, zmin, zmax):
rgb : str
Corresponding color of the zval.
"""

from matplotlib.colors import LinearSegmentedColormap

if zmin > zmax:
Expand Down

0 comments on commit b7083ef

Please sign in to comment.