mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 01:43:14 +08:00
[Tune] Fix tune serve integration example (#13233)
This commit is contained in:
@@ -7,7 +7,8 @@ import inspect
|
||||
import threading
|
||||
import time
|
||||
import uuid
|
||||
from collections import defaultdict, deque, Mapping, Sequence
|
||||
from collections import defaultdict, deque
|
||||
from collections.abc import Mapping, Sequence
|
||||
from datetime import datetime
|
||||
from threading import Thread
|
||||
|
||||
|
||||
Reference in New Issue
Block a user