mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
Code cleanup about python3 asyncio compat (#11134)
* cleanup python3 compat and others
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
from cpython.exc cimport PyErr_CheckSignals
|
||||
|
||||
import asyncio
|
||||
import numpy
|
||||
import gc
|
||||
import inspect
|
||||
import threading
|
||||
@@ -108,7 +107,6 @@ from ray.exceptions import (
|
||||
TaskCancelledError
|
||||
)
|
||||
from ray.utils import decode
|
||||
import gc
|
||||
import msgpack
|
||||
|
||||
cimport cpython
|
||||
|
||||
Reference in New Issue
Block a user