src/eric7/EricGraphics/EricArrowItem.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10423
299802979277
--- a/src/eric7/EricGraphics/EricArrowItem.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/EricGraphics/EricArrowItem.py	Thu May 25 19:51:47 2023 +0200
@@ -128,7 +128,7 @@
             .adjusted(-extra, -extra, extra, extra)
         )
 
-    def paint(self, painter, option, widget=None):
+    def paint(self, painter, option, widget=None):  # noqa: U100
         """
         Public method to paint the item in local coordinates.
 

eric ide

mercurial