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 826d794
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 826d794

Please sign in to comment.