src/eric7/Graphics/UMLDiagramBuilder.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/Graphics/UMLDiagramBuilder.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Graphics/UMLDiagramBuilder.py	Mon Feb 24 15:43:49 2025 +0100
@@ -66,7 +66,7 @@
             "Method 'buildDiagram' must be implemented in subclasses."
         )
 
-    def parsePersistenceData(self, version, data):  # noqa: U100
+    def parsePersistenceData(self, version, data):  # noqa: U-100
         """
         Public method to parse persisted data.
 
@@ -88,7 +88,7 @@
         """
         return {}
 
-    def fromDict(self, version, data):  # noqa: U100
+    def fromDict(self, version, data):  # noqa: U-100
         """
         Public method to populate the class with data persisted by 'toDict()'.
 

eric ide

mercurial