Addon Manager: pylint cleanup of devmode
This commit is contained in:
committed by
Chris Hennes
parent
efdbccd0b2
commit
0a8037a27d
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user