Remove unused import
parent
ef2e4d10da
commit
b3afcd13ce
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue