Skip to content

Commit ae9a038

Browse files
Fix ruff import sort in session.py
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a7bee9d commit ae9a038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/copilot/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
from .generated.session_events import SessionEvent, SessionEventType, session_event_from_dict
1515
from .types import (
1616
MessageOptions,
17-
_PermissionHandlerFn,
1817
SessionHooks,
1918
Tool,
2019
ToolHandler,
2120
UserInputHandler,
2221
UserInputRequest,
2322
UserInputResponse,
23+
_PermissionHandlerFn,
2424
)
2525
from .types import (
2626
SessionEvent as SessionEventTypeAlias,

0 commit comments

Comments
 (0)