[RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114)

This commit is contained in:
Sven Mika
2020-08-15 13:24:22 +02:00
committed by GitHub
parent ea51e94729
commit 2256047876
54 changed files with 56 additions and 53 deletions
+1 -1
View File
@@ -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__)