Optimize imports

This commit is contained in:
alfrix
2022-06-30 11:17:01 -03:00
committed by Alfredo Monclus
parent 5c17656567
commit b611491997
11 changed files with 10 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import gi
import logging
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, Gdk, GLib, Pango
from gi.repository import Gtk, GLib, Pango
from panels.menu import MenuPanel
from ks_includes.widgets.graph import HeaterGraph