From 52c607de6489454c3f8d90b5adb8ff7061a7b5c8 Mon Sep 17 00:00:00 2001 From: Etienne Dumur Date: Mon, 29 Jun 2020 18:27:37 +0200 Subject: [PATCH] Revert "Modify syntax to pass error" This reverts commit 09a0311fa86ff82f2779c4ec32c101473725c272. --- pyqtgraph/graphicsItems/PColorMeshItem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyqtgraph/graphicsItems/PColorMeshItem.py b/pyqtgraph/graphicsItems/PColorMeshItem.py index 508194ea..c8d211f8 100644 --- a/pyqtgraph/graphicsItems/PColorMeshItem.py +++ b/pyqtgraph/graphicsItems/PColorMeshItem.py @@ -28,7 +28,8 @@ class PColorMeshItem(GraphicsObject): sigRemoveRequested = QtCore.Signal(object) # self; emitted when 'remove' is selected from context menu - def __init__(self, *args, cmap='viridis', edgecolors=None, ): + def __init__(self, *args, + cmap='viridis', edgecolors=None, ): """ Create a pseudocolor plot with convex polygons.