Skip to content

Commit

Permalink
remove redundant variable (do i even read lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
desvox committed May 16, 2024
1 parent 01ee2a2 commit e7b8f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/urwid/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ def make_thread_body(self, thread, pinned=False):
else:
title = urwid.Text(thread["title"])
user = self.usermap[thread["author"]]
last_user = self.usermap[thread["last_author"]]
last_author = self.usermap[thread["last_author"]]

if self.prefs["information_density"] == "default":
Expand Down

0 comments on commit e7b8f65

Please sign in to comment.