From 00a0c539a33f165a7bcfef1688284344dab84c88 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 23 Jan 2020 18:12:57 +1000 Subject: [PATCH] fix lint --- pylib/anki/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/anki/utils.py b/pylib/anki/utils.py index 2a6fcc361..054a40919 100644 --- a/pylib/anki/utils.py +++ b/pylib/anki/utils.py @@ -228,7 +228,7 @@ def entsToTxt(html: str) -> str: # legacy function def bodyClass(col, card) -> str: - from aqt.theme import theme_manager + from aqt.theme import theme_manager # type: ignore # pylint: disable=import-error print("bodyClass() deprecated") return theme_manager.body_classes_for_card_ord(card.ord)