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

Assistant: Fix pylint error

parent 74b815b0
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,11 @@ class Assistant(Gtk.ApplicationWindow, EventHelper):
(str, )
))
def __init__(self, transient_for=None,
width=550,
height=400,
transition_duration=200):
def __init__(self,
transient_for=None,
width=550,
height=400,
transition_duration=200):
Gtk.ApplicationWindow.__init__(self)
EventHelper.__init__(self)
self.set_application(Gio.Application.get_default())
......
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