Skip to content

Commit

Permalink
fix circular dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: xwjiang2010 <[email protected]>
  • Loading branch information
xwjiang2010 committed Aug 15, 2022
1 parent 179b705 commit b89f226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/air/_internal/checkpoint_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
from typing import Any, Callable, Dict, List, Optional, Tuple, Union

import ray
from ray._private.dict import flatten_dict
from ray.air import Checkpoint, CheckpointConfig
from ray.air.config import MAX
from ray.air._internal.util import is_nan
from ray.tune.utils.util import flatten_dict
from ray.util import log_once


Expand Down

0 comments on commit b89f226

Please sign in to comment.