ray/dashboard/modules/runtime_env
Archit Kulkarni 85be093a84
[runtime env] Make all plugins return a List of URIs (#25825)
Followup from #24622.  This is another step towards pluggability for runtime_env.  Previously some plugin classes had `get_uri` which returned a single URI, while others had `get_uris` which returned a list.  This PR makes all plugins use `get_uris`, which simplifies the code overall.

Most of the lines in the diff just come from the new `format.sh` which sorts the imports.
2022-06-17 14:13:44 -05:00
..
tests [runtime env] URI reference refactor (#22828) 2022-03-21 11:21:15 -05:00
__init__.py [runtime env] support create or delete runtime envs in agent (#15904) 2021-06-09 20:22:25 +08:00
runtime_env_agent.py [runtime env] Make all plugins return a List of URIs (#25825) 2022-06-17 14:13:44 -05:00
runtime_env_consts.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00