Skip to content

Commit e040710

Browse files
committed
Fix a YAPF issue
1 parent 4cd0b31 commit e040710

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/conftest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ def vws_client(_mock_database: VuforiaDatabase) -> Iterator[VWS]:
3838

3939

4040
@pytest.fixture()
41-
def cloud_reco_client(_mock_database: VuforiaDatabase,
42-
) -> Iterator[CloudRecoService]:
41+
def cloud_reco_client(
42+
_mock_database: VuforiaDatabase,
43+
) -> Iterator[CloudRecoService]:
4344
"""
4445
Yield a ``CloudRecoService`` client which connects to a mock database.
4546
"""

0 commit comments

Comments
 (0)