Reformat with ruff format
This commit is contained in:
@@ -43,7 +43,6 @@ class ConfigBuilder(Gtk.Builder):
|
||||
|
||||
class ConfigDialog(GajimAppWindow):
|
||||
def __init__(self, plugin: QuickRepliesPlugin, transient: Gtk.Window) -> None:
|
||||
|
||||
GajimAppWindow.__init__(
|
||||
self,
|
||||
name="QuickRepliesConfigDialog",
|
||||
@@ -90,7 +89,6 @@ class ConfigDialog(GajimAppWindow):
|
||||
def _on_reply_edited(
|
||||
self, _renderer: Gtk.CellRendererText, path: str, new_text: str
|
||||
) -> None:
|
||||
|
||||
iter_ = self._ui.replies_store.get_iter(path)
|
||||
self._ui.replies_store.set_value(iter_, 0, new_text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user