From 967980c67e952501e2affd7f29c8a8bc2e388abb Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 14 Feb 2021 11:15:17 -0500 Subject: [PATCH] Remove unused variables --- lightcards/display.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lightcards/display.py b/lightcards/display.py index 3931e3f..87ab9ae 100644 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -311,8 +311,6 @@ class Display: return [card for card in self.stack if card.starred] def prep_bar(self): - (mlines, mcols) = self.win.getmaxyx() - # Calculate percent done if len(self.stack) <= 1: percent = "100" -- 2.39.2