Skip to content

Commit 07f58c0

Browse files
committed
Fix whitespace in generated code
1 parent e2807b7 commit 07f58c0

File tree

1 file changed

+2
-2
lines changed
  • python/copilot/generated

1 file changed

+2
-2
lines changed

python/copilot/generated/rpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ def to_dict(self) -> dict:
481481

482482
class Mode(Enum):
483483
"""The current agent mode.
484-
484+
485485
The agent mode after switching.
486-
486+
487487
The mode to switch to. Valid values: "interactive", "plan", "autopilot".
488488
"""
489489
AUTOPILOT = "autopilot"

0 commit comments

Comments
 (0)