Skip to content

Commit 32573e6

Browse files
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f51622c commit 32573e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/vec_inf/cli/test_helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,9 @@ def test_display_multiple_status_output_with_none_base_url(self):
739739
# Verify the row was added (None base_url should be handled gracefully)
740740
assert len(display.table.rows) == 1
741741
# Verify table has correct number of columns
742-
assert len(display.table.columns) == 4 # Job ID, Model Name, Status, Base URL
742+
assert (
743+
len(display.table.columns) == 4
744+
) # Job ID, Model Name, Status, Base URL
743745

744746
def test_display_multiple_status_output_json_with_none_values(self):
745747
"""Test JSON output with None values."""

0 commit comments

Comments
 (0)