From 464ab93c9c49f9dd5466e3ed73a8b30324d7a5dc Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Mon, 23 Sep 2024 22:15:53 +0800 Subject: [PATCH] remove unused imports --- olah/proxy/files.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/olah/proxy/files.py b/olah/proxy/files.py index 4d23183..3308334 100644 --- a/olah/proxy/files.py +++ b/olah/proxy/files.py @@ -10,11 +10,7 @@ import os from typing import Dict, List, Literal, Optional, Tuple from fastapi import Request - -from requests.structures import CaseInsensitiveDict import httpx -import zlib -from starlette.datastructures import URL from urllib.parse import urlparse, urljoin from olah.constants import (