mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Remove extraneous union import (#1823)
This commit is contained in:
parent
972521146f
commit
a44028e22a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from __future__ import annotations
|
|||
from collections.abc import AsyncGenerator, Callable, Generator
|
||||
from contextlib import asynccontextmanager, contextmanager
|
||||
from contextvars import ContextVar
|
||||
from typing import TYPE_CHECKING, Union
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from mcp.server.auth.middleware.bearer_auth import RequireAuthMiddleware
|
||||
from mcp.server.lowlevel.server import LifespanResultT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue