From b3afcd13ce64b98b350cb2c7b7cdc312268c297b Mon Sep 17 00:00:00 2001 From: Huluti Date: Sun, 4 Dec 2016 19:11:31 +0100 Subject: [PATCH] Remove unused import --- src/manjaro-hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index a7766c9..d36f6fd 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -7,7 +7,7 @@ import json import gi import shutil gi.require_version("Gtk", "3.0") -from gi.repository import Gtk, Gio +from gi.repository import Gtk class ManjaroHello(Gtk.Window): def __init__(self):