src/eric7/Graphics/UMLGraphicsView.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10690
fab36645aa7d
--- a/src/eric7/Graphics/UMLGraphicsView.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Graphics/UMLGraphicsView.py	Sat Apr 20 18:01:36 2024 +0200
@@ -831,11 +831,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