Add Python 3.11 compatibility
This commit was merged in pull request #5.
This commit is contained in:
@@ -26,7 +26,7 @@ class TransactionRow(Component):
|
||||
return Rectangle(
|
||||
content=Row(
|
||||
Text(
|
||||
f"{self.transaction_time.strftime("%d.%m.%y")} /",
|
||||
f"{self.transaction_time.strftime('%d.%m.%y')} /",
|
||||
justify="left",
|
||||
font_size=0.8,
|
||||
margin_left=0.5,
|
||||
|
||||
Reference in New Issue
Block a user