mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Explicitly import non-qt modules that used to be imported from aqt.qt
This commit is contained in:
parent
7b9bab3116
commit
9d4d5c1120
1 changed files with 2 additions and 0 deletions
|
@ -6,8 +6,10 @@ import builtins
|
|||
import getpass
|
||||
import gettext
|
||||
import locale
|
||||
import os
|
||||
import sys
|
||||
import tempfile
|
||||
import traceback
|
||||
from typing import Any, Optional
|
||||
|
||||
import anki.lang
|
||||
|
|
Loading…
Reference in a new issue