test: Fix import collection from anki package

See: #124
This commit is contained in:
Vikash Kothary 2022-03-10 18:06:36 +00:00
parent 50f002c53a
commit 6706a56cc8

View File

@ -3,7 +3,7 @@ import os
import shutil
import tempfile
from anki import Collection
from anki.collection import Collection
class CollectionUtils:
"""