Remove unused variable

This commit is contained in:
dmunozv04
2025-01-24 16:44:37 +01:00
parent 6f4c27c0a5
commit 147004e257

View File

@@ -476,7 +476,6 @@ class AddChannel(ModalWithClickExit):
@on(Button.Pressed, "#add-channel-switch-buttons > *")
def handle_switch_buttons(self, event: Button.Pressed) -> None:
button_ = event.button.id
self.query_one("#add-channel-switcher").current = event.button.id.replace(
"-button", "-container"
)