From 9aea8cc08959d37d9b491254a970403f4c5c7cfe Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 26 Mar 2023 20:14:18 +0200 Subject: [PATCH] Black formatting --- src/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index cb71a24..2dce1fa 100644 --- a/src/main.py +++ b/src/main.py @@ -38,6 +38,7 @@ from .save_games import save_games from .steam_parser import steam_parser from .window import CartridgesWindow + class CartridgesApplication(Adw.Application): def __init__(self): super().__init__( @@ -126,7 +127,7 @@ class CartridgesApplication(Adw.Application): issue_url="https://github.com/kra-mo/cartridges/issues/new", website="https://github.com/kra-mo/cartridges", # Translators: Replace this with your name for it to show up in the about window - translator_credits=_("translator_credits") + translator_credits=_("translator_credits"), ) about.present()