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.
2 parents 276b9cc + e040710 commit 19ed928Copy full SHA for 19ed928
dev-requirements.txt
@@ -27,4 +27,4 @@ twine==3.1.1
27
versioneer==0.18
28
vulture==1.2
29
VWS-Python-Mock==2019.9.28.0
30
-yapf==0.28.0 # Automatic formatting for Python
+yapf==0.29.0 # Automatic formatting for Python
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