Skip to content

Commit 6890d21

Browse files
committed
fix: remove trailing whitespace in 02-router-classification-test.py
Remove trailing whitespace from lines 239, 297, and 298 to pass pre-commit checks. Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 308ba5f commit 6890d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e-tests/02-router-classification-test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_category_classification(self):
236236
400,
237237
f"{test_case['name']} request failed with status {response.status_code}",
238238
)
239-
239+
240240
self.assertEqual(
241241
actual_model,
242242
expected_model,
@@ -294,8 +294,8 @@ def test_classifier_metrics(self):
294294
)
295295

296296
self.assertGreater(
297-
metrics_found,
298-
0,
297+
metrics_found,
298+
0,
299299
f"No router metrics found. Expected at least one of: {', '.join(classification_metrics)}"
300300
)
301301

0 commit comments

Comments
 (0)