Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Jul 26, 2020
1 parent d3c1a64 commit c447942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lutris/gui/widgets/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
from gi.repository import GObject, Gtk, Pango

from lutris import pga, platforms, runners
from lutris.gui.widgets.utils import load_icon_theme
from lutris.game import Game
from lutris.gui.config.runner import RunnerConfigDialog
from lutris.gui.dialogs.runner_install import RunnerInstallDialog
from lutris.gui.dialogs.runners import RunnersDialog
from lutris.gui.widgets.utils import load_icon_theme

TYPE = 0
SLUG = 1
Expand All @@ -17,7 +17,6 @@
GAMECOUNT = 4



class SidebarRow(Gtk.ListBoxRow):

def __init__(self, id_, type_, name, icon, application=None):
Expand Down
2 changes: 1 addition & 1 deletion lutris/util/resources.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Utility module to handle media resources"""
import os

from gi.repository import GLib, Gtk
from gi.repository import GLib

from lutris import settings
from lutris.util import system
Expand Down

0 comments on commit c447942

Please sign in to comment.