[gnome-music/wip/mschraal/gtk4: 2/11] albumartcache: flakefix
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 2/11] albumartcache: flakefix
- Date: Tue, 28 Apr 2020 22:31:54 +0000 (UTC)
commit 86317a8690945d510f129d6704cc3a89b042b9c5
Author: Marinus Schraal <mschraal gnome org>
Date: Wed Apr 29 00:16:56 2020 +0200
albumartcache: flakefix
gnomemusic/albumartcache.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/albumartcache.py b/gnomemusic/albumartcache.py
index 37115a5f..7c17d46a 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -30,8 +30,8 @@ import cairo
import gi
gi.require_version('GstTag', '1.0')
gi.require_version('MediaArt', '2.0')
-from gi.repository import (Gdk, GdkPixbuf, Gio, GLib, GObject, Gtk, MediaArt,
- Gst, GstTag, GstPbutils)
+from gi.repository import (GdkPixbuf, Gio, GLib, GObject, Gtk, MediaArt, Gst,
+ GstTag, GstPbutils)
from gnomemusic.coverpaintable import CoverPaintable
from gnomemusic.musiclogger import MusicLogger
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]