Fix import statements and order (see #103)

This commit is contained in:
coderkun 2024-05-27 18:33:59 +02:00
commit 4ebfc12f0e
10 changed files with 13 additions and 27 deletions

View file

@ -1,11 +1,9 @@
#!/usr/bin/env python3
import gi
gi.require_version('Gtk', '4.0')
import logging
import math
gi.require_version('Gtk', '4.0')
from gi.repository import Gtk, Gdk, GObject, GdkPixbuf
from mcg.utils import Utils