From b7083ef8a2cf0c3c259a6f9561a60f2acbf98448 Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Fri, 16 Aug 2024 14:12:30 +0200 Subject: [PATCH] no blank line allowed after docstring --- lapy/plot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lapy/plot.py b/lapy/plot.py index 22d5bc6..84f7e1d 100644 --- a/lapy/plot.py +++ b/lapy/plot.py @@ -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: