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

ManageProxies: Fix pylint errors

parent d9c11cd5
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ def _on_key_press(self, _widget, event):
if event.keyval == Gdk.KEY_Escape:
self.destroy()
def _on_destroy(self, *args):
@staticmethod
def _on_destroy(*args):
# Window callbacks for updating proxy comboboxes
window_pref = get_app_window('Preferences')
window_accounts = get_app_window('AccountsWindow')
......
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