Remove unused imports
parent
4f60095a1a
commit
4f39df9388
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue