mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
[RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114)
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
import sys
|
||||
from typing import Any, Optional
|
||||
|
||||
from ray.rllib.utils.types import TensorStructType, TensorShape, TensorType
|
||||
from ray.rllib.utils.typing import TensorStructType, TensorShape, TensorType
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user