Linting
This commit is contained in:
@ -140,8 +140,8 @@ class StoreInventoryDisplay(MenuDisplay):
|
||||
rep = self.pack[item.name.upper()]
|
||||
selection = f"[{rep}]" if i == self.menu.position else f" {rep} "
|
||||
self.addstr(self.pad, 2 + i, 0, selection
|
||||
+ " " + item.translated_name.capitalize()\
|
||||
+": "+str(item.price)+" Hazels")
|
||||
+ " " + item.translated_name.capitalize()
|
||||
+ ": " + str(item.price) + " Hazels")
|
||||
|
||||
@property
|
||||
def truewidth(self) -> int:
|
||||
|
Reference in New Issue
Block a user