We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd0b31 commit e040710Copy full SHA for e040710
tests/conftest.py
@@ -38,8 +38,9 @@ def vws_client(_mock_database: VuforiaDatabase) -> Iterator[VWS]:
38
39
40
@pytest.fixture()
41
-def cloud_reco_client(_mock_database: VuforiaDatabase,
42
- ) -> Iterator[CloudRecoService]:
+def cloud_reco_client(
+ _mock_database: VuforiaDatabase,
43
+) -> Iterator[CloudRecoService]:
44
"""
45
Yield a ``CloudRecoService`` client which connects to a mock database.
46
0 commit comments