Skip to content

Commit aea2b75

Browse files
committed
fix ruff
1 parent 5c052c1 commit aea2b75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mcp/client/transport_session.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
from abc import ABC
2-
from abc import abstractmethod
1+
from abc import ABC, abstractmethod
32
from datetime import timedelta
4-
53
from typing import Any
64

75
from pydantic import AnyUrl

0 commit comments

Comments
 (0)