[CI] Dashboard+ Tensorboard Lint Hotfix (#8125)

This commit is contained in:
Simon Mo
2020-04-21 16:52:58 -07:00
committed by GitHub
parent 505f3a8714
commit 95e8ec8c47
2 changed files with 2 additions and 3 deletions
@@ -47,8 +47,8 @@ class TuneTensorBoard extends React.Component<
<div className={classes.root}>
{error === "TypeError: Failed to fetch" && (
<Typography className={classes.warning} color="textSecondary">
Warning: Tensorboard is currently not available. View Tensorboard
by running "tensorboard --logdir" if not displaying below.
Warning: Tensorboard is currently not available. View Tensorboard by
running "tensorboard --logdir" if not displaying below.
</Typography>
)}
<iframe
-1
View File
@@ -43,7 +43,6 @@ from ray.dashboard.metrics_exporter.client import MetricsExportClient
try:
from ray.tune.result import DEFAULT_RESULTS_DIR
from ray.tune import Analysis
from tensorboard import program
except ImportError:
Analysis = None