Skip to content

Commit c3f3366

Browse files
committed
fix: wrap long line in Python docstring
1 parent 63e2f1a commit c3f3366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/copilot/session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def __init__(self, session_id: str, client: Any, workspace_path: Optional[str] =
5959
Args:
6060
session_id: The unique identifier for this session.
6161
client: The internal client connection to the Copilot CLI.
62-
workspace_path: Path to the session workspace directory (when infinite sessions enabled).
62+
workspace_path: Path to the session workspace directory
63+
(when infinite sessions enabled).
6364
"""
6465
self.session_id = session_id
6566
self._client = client

0 commit comments

Comments
 (0)