mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
keep json in utils for add-on compat
https://anki.tenderapp.com/discussions/beta-testing/1399-anki-2110-beta#comment_47036452
This commit is contained in:
parent
73761b598f
commit
5c03653f3f
1 changed files with 3 additions and 1 deletions
|
@ -18,9 +18,11 @@ from hashlib import sha1
|
|||
import platform
|
||||
import traceback
|
||||
from contextlib import contextmanager
|
||||
|
||||
from anki.lang import _, ngettext
|
||||
|
||||
# some add-ons expect json to be in the utils module
|
||||
import json # pylint: disable=unused-import
|
||||
|
||||
# Time handling
|
||||
##############################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue