mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
replace Tuple with tuple
This commit is contained in:
@@ -21,7 +21,7 @@ import asyncio
|
||||
import logging
|
||||
import time
|
||||
from urllib.parse import urlparse
|
||||
from typing import Optional, List, Union
|
||||
from typing import Optional, Union
|
||||
|
||||
from starlette.background import BackgroundTask
|
||||
|
||||
|
||||
Reference in New Issue
Block a user