fix: Add missing typing imports in mod_anilife.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
title: "애니 다운로더"
|
||||
version: "0.5.1"
|
||||
version: "0.5.2"
|
||||
package_name: "anime_downloader"
|
||||
developer: "projectdx"
|
||||
description: "anime downloader"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
from __future__ import annotations
|
||||
import os
|
||||
from typing import Any, Dict, List, Optional, Tuple, Union
|
||||
import sys
|
||||
|
||||
# import threading
|
||||
|
||||
Reference in New Issue
Block a user