Skip to content

Commit

Permalink
chore: Remove extra whitespace in _VariablesRequestBase class
Browse files Browse the repository at this point in the history
  • Loading branch information
谨欣 committed Aug 27, 2024
1 parent 1630d58 commit f9bc44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgpt/core/awel/flow/flow_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class _VariablesRequestBase(BaseModel):
description="The key of the variable to create",
examples=["dbgpt.model.openai.api_key"],
)

label: str = Field(
...,
description="The label of the variable to create",
Expand Down

0 comments on commit f9bc44b

Please sign in to comment.