Skip to content
Snippets Groups Projects
Commit 9b58bcd1 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Settings: Fix pylint errors

parent 7c3c9c20
No related branches found
No related tags found
No related merge requests found
......@@ -635,6 +635,7 @@ def get_setting_value(self):
class ChangePasswordSetting(DialogSetting):
def __init__(self, *args, **kwargs):
DialogSetting.__init__(self, *args, **kwargs)
self.change_dialog = None
def show_dialog(self, parent):
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment