Skip to content

Commit 6df0223

Browse files
committed
Fix new ruff issues
1 parent b2fc057 commit 6df0223

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/mock_vws/test_add_target.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ class TestActiveFlag:
674674
argvalues=[True, False, None],
675675
)
676676
def test_valid(
677+
*,
677678
active_flag: bool | None,
678679
image_file_failed_state: io.BytesIO,
679680
vws_client: VWS,

tests/mock_vws/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ def test_all(
11331133
argvalues=["a", True, 0],
11341134
)
11351135
def test_invalid_value(
1136+
*,
11361137
high_quality_image: io.BytesIO,
11371138
vuforia_database: VuforiaDatabase,
11381139
include_target_data: str | bool | int,

0 commit comments

Comments
 (0)