Skip to content

Commit 19ed928

Browse files
Merge pull request #1114 from adamtheturtle/pyup-update-yapf-0.28.0-to-0.29.0
Update yapf to 0.29.0
2 parents 276b9cc + e040710 commit 19ed928

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ twine==3.1.1
2727
versioneer==0.18
2828
vulture==1.2
2929
VWS-Python-Mock==2019.9.28.0
30-
yapf==0.28.0 # Automatic formatting for Python
30+
yapf==0.29.0 # Automatic formatting for Python

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)