Skip to content

Commit 1623b62

Browse files
author
kumar
committed
removed slashes to resolve pylint issue
1 parent f66ad7c commit 1623b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meilisearch/index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ def get_tasks(self, parameters: dict[str, Any] | None = None) -> TaskResults:
143143
-------
144144
tasks:
145145
TaskResults instance with attributes:
146-
- from\_
147-
- next\_
146+
- from
147+
- next
148148
- limit
149149
- results : list of Task instances containing all enqueued, processing, succeeded or failed tasks of the index
150150

0 commit comments

Comments
 (0)