From 4f39df9388dc4286b4f0c82460dc16a45b0a24ab Mon Sep 17 00:00:00 2001 From: Huluti Date: Sun, 4 Dec 2016 19:08:00 +0100 Subject: [PATCH] Remove unused imports --- src/manjaro-hello.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index b9d9de5..3ffd7d8 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -3,12 +3,11 @@ import locale import gettext import os -import sys import json import gi import shutil gi.require_version("Gtk", "3.0") -from gi.repository import Gtk, Gio, GdkPixbuf +from gi.repository import Gtk, Gio class ManjaroHello(Gtk.Window): def __init__(self):