Skip to content

Commit 33692e8

Browse files
committed
Fix linter
1 parent 2704419 commit 33692e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

meilisearch/tests/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ def clear_all_indexes(client):
99
for index in indexes:
1010
client.get_index(index['uid']).delete()
1111

12-
"""
13-
Waits until the end of the dump creation.
1412

15-
Raises a TimeoutError if the `timeout_in_ms` is reached.
16-
"""
13+
# Waits until the end of the dump creation.
14+
# Raises a TimeoutError if the `timeout_in_ms` is reached.
1715
def wait_for_dump_creation(client, dump_uid, timeout_in_ms=10000, interval_in_ms=500):
1816
start_time = datetime.now()
1917
elapsed_time = 0

0 commit comments

Comments
 (0)