chore: remove unnessary imports

This commit is contained in:
shiyu
2025-12-10 11:02:35 +08:00
parent fc85f21aaa
commit 62d0316d48
29 changed files with 0 additions and 48 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from typing import List, Dict, Protocol, runtime_checkable, Tuple, AsyncIterator
from models import StorageAdapter

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
import asyncio
from dataclasses import dataclass
from typing import List, Dict, Tuple, AsyncIterator, Optional

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from datetime import datetime, timezone, timedelta
from typing import List, Dict, Tuple, AsyncIterator
import httpx

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import os
import shutil
import stat

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from datetime import datetime, timezone, timedelta
from typing import List, Dict, Tuple, AsyncIterator
import httpx

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import asyncio
import base64
import hashlib

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import asyncio
import mimetypes
from datetime import datetime

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
import asyncio
import mimetypes
import stat as statmod

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from typing import List, Dict, Tuple, AsyncIterator
import io
import os

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from typing import List, Dict, Optional, Tuple, AsyncIterator
import httpx
from urllib.parse import urljoin, quote