Skip to content

Commit 1955ffb

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nc_py_api/ex_app/providers/task_processing.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def next_task(self, provider_ids: list[str], task_types: list[str]) -> dict[str,
145145
def next_task_batch(
146146
self, provider_ids: list[str], task_types: list[str], number_of_tasks: int
147147
) -> dict[str, typing.Any]:
148-
"""
149-
Get the next n task processing tasks from Nextcloud.
148+
"""Get the next n task processing tasks from Nextcloud.
149+
150150
Available starting with Nextcloud 33
151151
Returns: {tasks: [{task: Task, provider: string}], has_more: bool}
152152
"""
@@ -240,8 +240,8 @@ async def next_task(self, provider_ids: list[str], task_types: list[str]) -> dic
240240
async def next_task_batch(
241241
self, provider_ids: list[str], task_types: list[str], number_of_tasks: int
242242
) -> dict[str, typing.Any]:
243-
"""
244-
Get the next n task processing tasks from Nextcloud.
243+
"""Get the next n task processing tasks from Nextcloud.
244+
245245
Available starting with Nextcloud 33
246246
Returns: {tasks: [{task: Task, provider: string}], has_more: bool}
247247
"""

0 commit comments

Comments
 (0)