Skip to content

Commit a316521

Browse files
committed
style: apply black formatter to 02-router-classification-test.py
Add trailing comma after last argument in assertGreater call to comply with black formatting standards. Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 6890d21 commit a316521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def test_classifier_metrics(self):
296296
self.assertGreater(
297297
metrics_found,
298298
0,
299-
f"No router metrics found. Expected at least one of: {', '.join(classification_metrics)}"
299+
f"No router metrics found. Expected at least one of: {', '.join(classification_metrics)}",
300300
)
301301

302302

0 commit comments

Comments
 (0)