Skip to content

Commit

Permalink
remove unused Gdk import
Browse files Browse the repository at this point in the history
  • Loading branch information
vantu5z authored and Davidy22 committed Oct 26, 2021
1 parent 30c1c56 commit dfc1817
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions guake/keybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
import gi

gi.require_version("Gtk", "3.0")
gi.require_version("Gdk", "3.0")
from gi.repository import Gtk
from gi.repository import Gdk

from guake import notifier
from guake.common import pixmapfile
Expand Down

0 comments on commit dfc1817

Please sign in to comment.