Skip to content

Commit ea29bf8

Browse files
committed
Fix typo
Signed-off-by: Alina Buzachis <[email protected]>
1 parent 78286a9 commit ea29bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/task_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_pattern_task(pattern_id: int, task_id: int) -> None:
1616
1717
Args:
1818
pattern_id (int): The ID of the pattern to process.
19-
task_id (int): The ID of the task..
19+
task_id (int): The ID of the task.
2020
2121
Raises:
2222
FileNotFoundError: If the pattern definition is not found.

0 commit comments

Comments
 (0)