-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dashboard] apply isort to dashboard dir #46483
Conversation
sorting mostly imports Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
We have
Just FYI |
import psutil | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jjyao ... so this is fixed by isort?
from ray.tests.conftest import call_ray_start # noqa: F401 | ||
from ray.util.scheduling_strategies import NodeAffinitySchedulingStrategy # noqa: F401 | ||
|
||
import psutil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also here
MemoryProfilingManager, | ||
) | ||
|
||
import psutil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
from ray.dashboard.modules.reporter.reporter_agent import ReporterAgent | ||
from ray.dashboard.tests.conftest import * # noqa | ||
from ray.dashboard.utils import Bunch | ||
from ray.core.generated.metrics_pb2 import Metric | ||
|
||
import psutil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
) | ||
|
||
import psutil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did some manual testing, things seem to continue to work.
merging with @alanwguo 's blessings~ |
sorting mostly imports