Skip to content

Commit e1ca588

Browse files
author
eyeonyou
committed
style: reorganize imports
1 parent 3728328 commit e1ca588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ async def handle_sse(request):
3232
"""
3333

3434
import logging
35+
import re
3536
from contextlib import asynccontextmanager
3637
from typing import Any
3738
from urllib.parse import quote
3839
from uuid import UUID, uuid4
3940

40-
import re
4141
import anyio
4242
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
4343
from pydantic import ValidationError

0 commit comments

Comments
 (0)