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

@@ -23,7 +23,7 @@ from datetime import datetime
from gi.repository import Adw, Gio, GLib, Gtk
from . import shared
from cartridges.game import Game
from src.game import Game
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/window.ui")