fix: Add missing typing imports in mod_anilife.py

This commit is contained in:
2026-01-03 20:16:52 +09:00
parent fcd7d6a30b
commit 7bbb38d930
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
from __future__ import annotations
import os
from typing import Any, Dict, List, Optional, Tuple, Union
import sys
# import threading