Skip to content

Commit

Permalink
format: fix missing newline at end of file in object_recognition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Appointat committed Apr 22, 2024
1 parent d49a89f commit e0dd839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/prompts/object_recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
super().__init__(*args, **kwargs)
self.update({
RoleType.ASSISTANT: self.ASSISTANT_PROMPT,
})
})

0 comments on commit e0dd839

Please sign in to comment.