Remove unused import

This commit is contained in:
Kovid Goyal 2019-09-10 17:32:53 +05:30
parent 9c0346bbb1
commit 26b44e936c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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)