[triggers] Remove unused imports
This commit is contained in:
@@ -16,14 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from typing import Union
|
|
||||||
|
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from dataclasses import asdict
|
from dataclasses import asdict
|
||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
||||||
from nbxmpp.protocol import JID
|
|
||||||
|
|
||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
from gajim.common import ged
|
from gajim.common import ged
|
||||||
from gajim.common.events import ApplicationEvent
|
from gajim.common.events import ApplicationEvent
|
||||||
@@ -47,8 +44,8 @@ class ExtendedEvent(Notification):
|
|||||||
|
|
||||||
class Triggers(GajimPlugin):
|
class Triggers(GajimPlugin):
|
||||||
def init(self):
|
def init(self):
|
||||||
self.description = _('Configure Gajim’s behaviour with triggers '
|
self.description = _(
|
||||||
'for each contact')
|
'Configure Gajim’s behaviour with triggers for each contact')
|
||||||
self.config_dialog = partial(ConfigDialog, self)
|
self.config_dialog = partial(ConfigDialog, self)
|
||||||
self.config_default_values = {}
|
self.config_default_values = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user