From eb6a93d26e0c607ccd692550bfe37e71a7b9af00 Mon Sep 17 00:00:00 2001 From: Etienne Dumur Date: Mon, 29 Jun 2020 18:28:52 +0200 Subject: [PATCH] Modify syntax to pass error --- pyqtgraph/graphicsItems/PColorMeshItem.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyqtgraph/graphicsItems/PColorMeshItem.py b/pyqtgraph/graphicsItems/PColorMeshItem.py index c8d211f8..dadd5613 100644 --- a/pyqtgraph/graphicsItems/PColorMeshItem.py +++ b/pyqtgraph/graphicsItems/PColorMeshItem.py @@ -28,8 +28,7 @@ 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.