Skip to content

Commit 8e76e8a

Browse files
author
eyeonyou
committed
style: Added noqa to avoid max-line of code
1 parent ac3acbb commit 8e76e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def sse_reader(
7171
base_path.group(1) if base_path else ""
7272
)
7373
endpoint_url = urljoin(
74-
url_parsed.scheme + "://" + url_parsed.netloc,
74+
url_parsed.scheme + "://" + url_parsed.netloc, # noqa: E501
7575
base_path + sse.data
7676
)
7777
logger.info(

0 commit comments

Comments
 (0)