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,5 +1,5 @@
title: "애니 다운로더"
version: "0.5.1"
version: "0.5.2"
package_name: "anime_downloader"
developer: "projectdx"
description: "anime downloader"

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