Skip to content

Commit 3c8c175

Browse files
committed
Remove junk docstring
1 parent 599f841 commit 3c8c175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def _mock_database() -> Iterator[VuforiaDatabase]:
2222
mock.add_database(database=database)
2323
yield database
2424

25+
2526
@pytest.fixture()
2627
def client(_mock_database: VuforiaDatabase) -> Iterator[VWS]:
2728
"""

tests/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_query(
2424
high_quality_image: io.BytesIO,
2525
) -> None:
2626
"""
27-
No exception is raised when adding one target.
27+
TODO docstring
2828
"""
2929
cloud_reco_client = CloudRecoService(
3030
client_access_key='foo',

0 commit comments

Comments
 (0)