Made more linter-friendly

This commit is contained in:
GeoffreyCoulaud
2023-05-19 21:34:47 +02:00
parent a176b33241
commit 83d7aad0d1
14 changed files with 34 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ from time import time
from gi.repository import Adw, Gio, Gtk
from . import shared
from cartridges.game_cover import GameCover
from src.game_cover import GameCover
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/game.ui")