add import

This commit is contained in:
Ren Tatsumoto 2025-06-04 12:32:35 +03:00
parent c57ab0a04f
commit ba89f1a89d
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -4,6 +4,7 @@
from __future__ import annotations
import os
import os.path
import platform
import re
import subprocess