mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 01:36:11 +01:00
Remove unused import
This commit is contained in:
parent
9c0346bbb1
commit
26b44e936c
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
|||
from calibre.gui2.tweak_book.editor.themes import get_theme, theme_color
|
||||
from calibre.gui2.tweak_book.editor.text import default_font_family
|
||||
from css_selectors import parse, SelectorError
|
||||
from polyglot.builtins import unicode_type
|
||||
|
||||
|
||||
lowest_specificity = (-sys.maxsize, 0, 0, 0, 0, 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue