Skip to content

Commit

Permalink
Linter errors whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaruun-I committed Jul 31, 2024
1 parent ea901f7 commit 5ab7ceb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cozy/ui/book_detail_view.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import logging
import time
from math import pi as PI
from threading import Event, Thread
from typing import Callable, Final

import cairo
import inject
from gi.repository import Adw, Gio, GLib, GObject, Graphene, Gtk
from gi.repository import Adw, Gio, GLib, GObject, Gtk

from cozy.control.artwork_cache import ArtworkCache
from cozy.model.book import Book
Expand Down

0 comments on commit 5ab7ceb

Please sign in to comment.