Skip to content

Commit 3ffb54b

Browse files
committed
linter fix
1 parent 7928776 commit 3ffb54b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timesketch/lib/llms/actions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def create_story(sketch: Sketch, content: str, title: str = None) -> int:
2626
Args:
2727
sketch: Sketch object.
2828
content: Text content to add to the story.
29-
title: Title for the story. If None, a default title with timestamp will be used.
29+
title: Title for the story. If None, a default title
30+
with timestamp will be used.
3031
Returns:
3132
The ID of the newly created story.
3233
Raises:

0 commit comments

Comments
 (0)