src/eric7/Graphics/PackageDiagramBuilder.py

branch
server
changeset 10704
27d21e5163b8
parent 10604
0f4017309f35
parent 10683
779cda568acb
child 10806
2f6df822e3b9
--- a/src/eric7/Graphics/PackageDiagramBuilder.py	Wed Apr 10 17:03:56 2024 +0200
+++ b/src/eric7/Graphics/PackageDiagramBuilder.py	Wed May 15 10:45:50 2024 +0200
@@ -566,11 +566,11 @@
                 )
                 self.scene.addItem(assoc)
 
-    def parsePersistenceData(self, version, data):  # noqa: U100
+    def parsePersistenceData(self, _version, data):
         """
         Public method to parse persisted data.
 
-        @param version version of the data
+        @param _version version of the data (unused)
         @type str
         @param data persisted data to be parsed
         @type str
@@ -611,11 +611,11 @@
 
         return data
 
-    def fromDict(self, version, data):  # noqa: U100
+    def fromDict(self, _version, data):
         """
         Public method to populate the class with data persisted by 'toDict()'.
 
-        @param version version of the data
+        @param _version version of the data (unused)
         @type str
         @param data dictionary containing the persisted data
         @type dict

eric ide

mercurial