add import to addons.py for vscode

For #1631
This commit is contained in:
Damien Elmes 2022-02-11 12:46:07 +10:00
parent 62426279ff
commit 6a28e458ff

View File

@ -1,5 +1,6 @@
# Copyright: Ankitects Pty Ltd and contributors # Copyright: Ankitects Pty Ltd and contributors
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html # License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
from __future__ import annotations from __future__ import annotations
import io import io
@ -23,6 +24,7 @@ from send2trash import send2trash
import anki import anki
import aqt import aqt
import aqt.forms import aqt.forms
import aqt.main
from anki.httpclient import HttpClient from anki.httpclient import HttpClient
from anki.lang import without_unicode_isolation from anki.lang import without_unicode_isolation
from aqt import gui_hooks from aqt import gui_hooks