Make pylint happy

This commit is contained in:
kramo
2023-06-10 19:34:00 +02:00
parent 5a7ada1c0e
commit de3ef53148
26 changed files with 26 additions and 26 deletions

View File

@@ -30,7 +30,7 @@ gi.require_version("Adw", "1")
# pylint: disable=wrong-import-position
from gi.repository import Adw, Gio, GLib, Gtk
from src import shared
from src import shared # pylint: disable=no-name-in-module
from src.details_window import DetailsWindow
from src.game import Game
from src.importer.importer import Importer