Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 11, 2023
1 parent 2c5a408 commit 80ddcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pieces/CustomPythonPiece/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class InputModel(BaseModel):
}
)
script: str = Field(
default="""# Do not modify the function definition line
default="""# Do not modify the function definition line
def custom_function(kwarg_1, kwarg_2):
# Write your code here
print(f"First argument: {kwarg_1}")
Expand Down

0 comments on commit 80ddcad

Please sign in to comment.