Skip to content

Commit 0e1b016

Browse files
committed
Lint
1 parent 8784be9 commit 0e1b016

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meilisearch/tests/test_wait_for_pending_update.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def test_wait_for_pending_update_interval_zero(self):
5151
"""Tests call to wait for an update with custom interval"""
5252
response = self.index.add_documents(self.dataset_json)
5353
assert 'updateId' in response
54-
start_time = datetime.now()
5554
wait_update = self.index.wait_for_pending_update(
5655
response['updateId'],
5756
interval_in_ms=0,

0 commit comments

Comments
 (0)