Files
ray-project--ray/rllib/core/models/specs/specs_dict.py
T
2026-07-13 13:17:40 +08:00

10 lines
192 B
Python

from ray._common.deprecation import Deprecated
@Deprecated(
help="The SpecDict API has been deprecated and cancelled without " "replacement.",
error=True,
)
class SpecDict:
pass