Black formatting
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user