Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Dec 2, 2024
1 parent 021a32d commit d8d7a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/src/opik/api_objects/prompt/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
self._name = new_instance.name

# TODO: address the names synchronize names.
# is actually a prompt template.
# is actually a prompt template.
self._template = prompt_template.PromptTemplate(new_instance.prompt)

self._commit = new_instance.commit
Expand Down

0 comments on commit d8d7a8b

Please sign in to comment.