src/eric7/Graphics/UMLItem.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Graphics/UMLItem.py
--- a/src/eric7/Graphics/UMLItem.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Graphics/UMLItem.py	Thu May 25 19:51:47 2023 +0200
@@ -200,7 +200,7 @@
 
         return QGraphicsItem.itemChange(self, change, value)
 
-    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.
 
@@ -251,7 +251,7 @@
         """
         return self.ItemType
 
-    def parseItemDataString(self, version, data):
+    def parseItemDataString(self, version, data):  # noqa: U100
         """
         Public method to parse the given persistence data.
 

eric ide

mercurial