widgets.py: Fix code style

This commit is contained in:
Teemu Ikonen 2023-02-28 14:21:33 +02:00
parent 4539d8c5e4
commit 8010d831be
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import gi # isort:skip
gi.require_version('Gtk', '3.0') # isort:skip
from gi.repository import Gtk
class SpinningProgressIndicator(Gtk.Image):
# Progress indicator loading inspired by glchess from gnome-games-clutter
def __init__(self, size=32):