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