Skip to content

Commit 3815249

Browse files
committed
fix: Fix lint issue
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 48ac216 commit 3815249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nc_py_api/ex_app/providers/task_processing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def next_task_batch(
147147
) -> dict[str, typing.Any]:
148148
"""
149149
Get the next n task processing tasks from Nextcloud.
150+
150151
Available starting with Nextcloud 33
151152
Returns: {tasks: [{task: Task, provider: string}], has_more: bool}
152153
"""
@@ -242,6 +243,7 @@ async def next_task_batch(
242243
) -> dict[str, typing.Any]:
243244
"""
244245
Get the next n task processing tasks from Nextcloud.
246+
245247
Available starting with Nextcloud 33
246248
Returns: {tasks: [{task: Task, provider: string}], has_more: bool}
247249
"""

0 commit comments

Comments
 (0)