src/eric7/Graphics/UMLDiagramBuilder.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Graphics/UMLDiagramBuilder.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Graphics/UMLDiagramBuilder.py	Thu May 25 19:51:47 2023 +0200
@@ -66,7 +66,7 @@
             "Method 'buildDiagram' must be implemented in subclasses."
         )
 
-    def parsePersistenceData(self, version, data):
+    def parsePersistenceData(self, version, data):  # noqa: U100
         """
         Public method to parse persisted data.
 
@@ -88,7 +88,7 @@
         """
         return {}
 
-    def fromDict(self, version, data):
+    def fromDict(self, version, data):  # noqa: U100
         """
         Public method to populate the class with data persisted by 'toDict()'.
 

eric ide

mercurial