Please pylint once and for all

This commit is contained in:
kramo
2023-06-18 13:15:03 +02:00
parent 32adc68d82
commit 2e97edcdb5
28 changed files with 29 additions and 30 deletions

View File

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