--- a/src/eric7/Graphics/ApplicationDiagramBuilder.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Graphics/ApplicationDiagramBuilder.py Thu May 25 19:51:47 2023 +0200 @@ -413,7 +413,7 @@ ) self.scene.addItem(assoc) - def parsePersistenceData(self, version, data): + def parsePersistenceData(self, version, data): # noqa: U100 """ Public method to parse persisted data. @@ -463,7 +463,7 @@ "no_modules": self.noModules, } - def fromDict(self, version, data): + def fromDict(self, version, data): # noqa: U100 """ Public method to populate the class with data persisted by 'toDict()'.