Remove unused imports
This commit is contained in:
@@ -3,12 +3,11 @@
|
|||||||
import locale
|
import locale
|
||||||
import gettext
|
import gettext
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
import json
|
import json
|
||||||
import gi
|
import gi
|
||||||
import shutil
|
import shutil
|
||||||
gi.require_version("Gtk", "3.0")
|
gi.require_version("Gtk", "3.0")
|
||||||
from gi.repository import Gtk, Gio, GdkPixbuf
|
from gi.repository import Gtk, Gio
|
||||||
|
|
||||||
class ManjaroHello(Gtk.Window):
|
class ManjaroHello(Gtk.Window):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user