From bcc69327cc3578daed2803fcf1b8c6b15907a56b Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Sun, 30 Oct 2022 15:00:25 -0400 Subject: [PATCH] Placate flake8! These imports were using for tests that have been removed. --- tests/test_dialogs.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test_dialogs.py b/tests/test_dialogs.py index de3ff5488..1dfd9b5f6 100644 --- a/tests/test_dialogs.py +++ b/tests/test_dialogs.py @@ -1,15 +1,6 @@ -import os from unittest import TestCase -import gi - -gi.require_version('Gtk', '3.0') - -from gi.repository import Gtk - from lutris import runners -from lutris.database import games as games_db -from lutris.game import Game from lutris.gui.application import Application from lutris.gui.config.add_game import AddGameDialog # from lutris import settings