mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed unneeded __init__
This commit is contained in:
parent
1d74f466a4
commit
723d92ced4
@ -582,8 +582,6 @@ class EventEmitter(GObject.Object):
|
||||
"add_to_playlist": (GObject.SignalFlags.RUN_FIRST, None, (str,)),
|
||||
"show_info": (GObject.SignalFlags.RUN_FIRST, None, ())
|
||||
}
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
class Client(MPDClient):
|
||||
def __init__(self, settings):
|
||||
|
Loading…
Reference in New Issue
Block a user