style: add future annotations

This commit is contained in:
2026-04-10 12:01:24 +02:00
parent 1b48386132
commit c505e117d1
41 changed files with 86 additions and 2 deletions
+2
View File
@@ -7,6 +7,8 @@ Description: Netease Cloud Music fetcher.
retrieving lyrics. No authentication required.
"""
from __future__ import annotations
import asyncio
import httpx
from loguru import logger