Addon Manager: pylint cleanup of devmode

This commit is contained in:
Chris Hennes
2023-02-21 10:39:57 -06:00
committed by Chris Hennes
parent efdbccd0b2
commit 0a8037a27d
11 changed files with 103 additions and 98 deletions

View File

@@ -61,7 +61,7 @@ class PersonEditor:
self.dialog.nameLineEdit.text(),
self.dialog.emailLineEdit.text(),
)
return (None, None, None)
return "", "", ""
def setup(
self, person_type: str = "maintainer", name: str = "", email: str = ""