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