Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
deltragon committed Oct 2, 2024
1 parent 8228fc4 commit 81d705b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions safeeyes/plugins/mediacontrol/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
import re
import gi
from safeeyes.model import TrayAction
gi.require_version('Gtk', '4.0')
from gi.repository import Gtk, Gio
gi.require_version('Gio', '2.0')
from gi.repository import Gio

tray_icon_path = None

Expand Down
2 changes: 0 additions & 2 deletions safeeyes/plugins/screensaver/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

from safeeyes import utility
from safeeyes.model import TrayAction
gi.require_version('Gtk', '4.0')
from gi.repository import Gtk

context = None
lock_screen = False
Expand Down

0 comments on commit 81d705b

Please sign in to comment.