ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
34.02k stars 5.78k forks source link

Fix flake8 rule E231: Missing whitespace after ',', ';', or ':' #48060

Open MortalHappiness opened 1 month ago

MortalHappiness commented 1 month ago

This is a subtask of https://github.com/ray-project/ray/issues/47991. See the parent issue for more information.

https://www.flake8rules.com/rules/E231.html

win5923 commented 1 month ago

Hi @MortalHappiness, I can help with this issue.