Skip to content

Commit bd9f808

Browse files
committed
Fix pylint/black
1 parent 17f1ecd commit bd9f808

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def new_embedders():
276276
}
277277

278278

279-
280279
@fixture
281280
def enable_composite_embedders():
282281
requests.patch(
@@ -308,4 +307,4 @@ def enable_network_options():
308307
headers={"Authorization": f"Bearer {common.MASTER_KEY}"},
309308
json={"network": False},
310309
timeout=10,
311-
)
310+
)

0 commit comments

Comments
 (0)