Skip to content

Commit 7eaa046

Browse files
committed
fix: black
1 parent 0fc0de6 commit 7eaa046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ def test_document_import_bulk(col, bad_col, docs):
18421842
assert type(result) is list
18431843
assert len(result) == 1
18441844
empty_collection(col)
1845-
1845+
18461846
# Test import bulk with overwrite and batch_size
18471847
with pytest.raises(ValueError):
18481848
col.import_bulk(docs, overwrite=True, batch_size=1)

0 commit comments

Comments
 (0)