mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
add import
This commit is contained in:
parent
c57ab0a04f
commit
ba89f1a89d
3 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ These can be accessed via eg card.question_av_tags()
|
|||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import os.path
|
||||
import re
|
||||
from dataclasses import dataclass
|
||||
from typing import Union
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ template_legacy.py file, using the legacy addHook() system.
|
|||
|
||||
from __future__ import annotations
|
||||
|
||||
import os.path
|
||||
from collections.abc import Sequence
|
||||
from dataclasses import dataclass
|
||||
from typing import Any, Union
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import os.path
|
||||
import platform
|
||||
import re
|
||||
import subprocess
|
||||
|
|
|
|||
Loading…
Reference in a new issue