From c9820fae9978d732c32feba50d81d9811595db8b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 16 Dec 2019 17:50:43 +1000 Subject: [PATCH] ignore missing props in the supermemo importer --- anki/importing/supermemo_xml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/importing/supermemo_xml.py b/anki/importing/supermemo_xml.py index 4807e4510..e2d428725 100644 --- a/anki/importing/supermemo_xml.py +++ b/anki/importing/supermemo_xml.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Copyright: petr.michalec@gmail.com # License: GNU GPL, version 3 or later; http://www.gnu.org/licenses/agpl.html +# pytype: disable=attribute-error import sys