Skip to content
Snippets Groups Projects
Commit 66011577 authored by Nico's avatar Nico
Browse files

Remove unused imports from window

parent c1220069
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from briar.gtk.define import App
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk, Gdk, GLib
from gi.repository import Gtk
class Window(Gtk.ApplicationWindow):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment