Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed May 31, 2024
1 parent a6c17d0 commit 797dbbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cozy/ui/book_detail_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import time
from threading import Event, Thread
from typing import Callable, Final
from math import pi as PI

from gi.repository import Adw, GLib, Gtk, GObject
import cairo

from cozy.control.artwork_cache import ArtworkCache
from cozy.ext import inject
Expand Down
2 changes: 1 addition & 1 deletion cozy/ui/chapter_element.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gi.repository import Adw, Gdk, GObject, Gtk
from gi.repository import Adw, GObject, Gtk

from cozy.control.string_representation import seconds_to_str
from cozy.model.chapter import Chapter
Expand Down

0 comments on commit 797dbbf

Please sign in to comment.