ruff check
This commit is contained in:
@@ -13,7 +13,6 @@ Key features:
|
||||
"""
|
||||
|
||||
import logging
|
||||
import os
|
||||
from typing import List, Optional, Set
|
||||
from starlette.middleware.base import BaseHTTPMiddleware
|
||||
from starlette.requests import Request
|
||||
|
||||
@@ -5,7 +5,6 @@ In streamable-http mode: Uses the existing FastAPI server
|
||||
In stdio mode: Starts a minimal HTTP server just for OAuth callbacks
|
||||
"""
|
||||
|
||||
import os
|
||||
import asyncio
|
||||
import logging
|
||||
import threading
|
||||
|
||||
@@ -8,7 +8,6 @@ sensible defaults for all OAuth-related settings.
|
||||
|
||||
import os
|
||||
from typing import List
|
||||
from urllib.parse import urlparse
|
||||
|
||||
|
||||
class OAuthConfig:
|
||||
|
||||
Reference in New Issue
Block a user