Skip to content

Commit e9e448b

Browse files
style(qdrant): apply ruff formatting
1 parent 95c72b7 commit e9e448b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_qdrant_user_agent.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ def fake_urlopen(request, timeout):
2626

2727
monkeypatch.setattr(qdrant.urlrequest, "urlopen", fake_urlopen)
2828

29-
client = _QdrantRESTClient(
30-
_QdrantConfig(url="https://qdrant.example.invalid", timeout=7.5)
31-
)
29+
client = _QdrantRESTClient(_QdrantConfig(url="https://qdrant.example.invalid", timeout=7.5))
3230

3331
assert client.request("GET", "/collections") == {}
3432
assert captured["user_agent"] == f"mempalace/{__version__}"

0 commit comments

Comments
 (0)