Skip to content

Commit

Permalink
[dashboard] lint fix on dashboard test (#50189)
Browse files Browse the repository at this point in the history
unused variable

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Feb 3, 2025
1 parent 766a525 commit 406963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/dashboard/modules/node/tests/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_nodes_update(enable_test_module, ray_start_with_dashboard):
assert len(dump_data["nodes"]) == 1
break

except (AssertionError, requests.exceptions.ConnectionError) as e:
except (AssertionError, requests.exceptions.ConnectionError):
logger.exception("Retry")
finally:
if time.time() > start_time + timeout_seconds:
Expand Down

0 comments on commit 406963a

Please sign in to comment.