Skip to content

Commit 255b375

Browse files
style: fix Python import sort order in __init__.py
1 parent 0abafbc commit 255b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/copilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
CommandContext,
1010
CommandDefinition,
1111
CopilotSession,
12+
ElicitationContext,
1213
ElicitationHandler,
1314
ElicitationParams,
14-
ElicitationContext,
1515
ElicitationResult,
1616
InputOptions,
1717
SessionCapabilities,

0 commit comments

Comments
 (0)