Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
  • Loading branch information
xwjiang2010 committed Feb 8, 2023
1 parent 03ca1c0 commit 3140401
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release/ray_release/alerts/xgboost_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

def require_result(test: Test):
test_name = test["legacy"]["test_name"]
return test_name not in ["distributed_api_test", "ft_small_elastic", "ft_small_nonelastic"]
return test_name not in [
"distributed_api_test",
"ft_small_elastic",
"ft_small_nonelastic",
]


def handle_result(
Expand Down

0 comments on commit 3140401

Please sign in to comment.