Skip to content

Commit

Permalink
Fix some ruff gruffness.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljohnson2 committed May 8, 2024
1 parent 7480ff5 commit cd97a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lutris/gui/lutriswindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
from lutris.gui.widgets.sidebar import LutrisSidebar
from lutris.gui.widgets.utils import load_icon_theme, open_uri
from lutris.runtime import ComponentUpdater, RuntimeUpdater
from lutris.services.base import BaseService, SERVICE_GAMES_LOADED, SERVICE_LOGIN, SERVICE_LOGOUT
from lutris.search import GameSearch
from lutris.services.base import SERVICE_GAMES_LOADED, SERVICE_LOGIN, SERVICE_LOGOUT
from lutris.services.lutris import LutrisService
from lutris.util import datapath
from lutris.util.jobs import COMPLETED_IDLE_TASK, AsyncCall, schedule_at_idle
Expand Down

0 comments on commit cd97a7a

Please sign in to comment.