From 6706a56cc8b90d4f24073d28022138f4ed6abf04 Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Thu, 10 Mar 2022 18:06:36 +0000 Subject: [PATCH] test: Fix import collection from anki package See: #124 --- tests/helpers/collection_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/collection_utils.py b/tests/helpers/collection_utils.py index b8e1231..a2bfbe3 100644 --- a/tests/helpers/collection_utils.py +++ b/tests/helpers/collection_utils.py @@ -3,7 +3,7 @@ import os import shutil import tempfile -from anki import Collection +from anki.collection import Collection class CollectionUtils: """