remove dead assignment
This commit is contained in:
parent
1537d1145c
commit
b82ea41430
1 changed files with 0 additions and 2 deletions
|
|
@ -197,7 +197,6 @@ class Tui(App[None]):
|
|||
|
||||
while idx > 1 and not "role_user" in children[idx].classes:
|
||||
idx -= 1
|
||||
widget = children[idx]
|
||||
|
||||
for m in children[idx : idx + 2]:
|
||||
m.toggle_class("history_exclude")
|
||||
|
|
@ -231,7 +230,6 @@ class Tui(App[None]):
|
|||
|
||||
while idx > 1 and not children[idx].has_class("role_user"):
|
||||
idx -= 1
|
||||
widget = children[idx]
|
||||
|
||||
# Save a copy of the discussion before this deletion
|
||||
session_to_file(self.session, new_session_path())
|
||||
|
|
|
|||
Loading…
Reference in a new issue