Code cleanup about python3 asyncio compat (#11134)

* cleanup python3 compat and others
This commit is contained in:
Siyuan (Ryans) Zhuang
2020-09-30 14:22:25 -07:00
committed by GitHub
parent 0dcfa9ed6c
commit f0dba6bd2b
6 changed files with 18 additions and 33 deletions
-2
View File
@@ -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