mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
Fix linting on master (#3913)
This commit is contained in:
committed by
Richard Liaw
parent
d128636bab
commit
beb75193da
@@ -52,7 +52,6 @@ Start an IPython interpreter, e.g., ``ipython``
|
||||
.. code-block:: python
|
||||
|
||||
from collections import Counter
|
||||
import socket
|
||||
import time
|
||||
import ray
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from collections import Counter
|
||||
import socket
|
||||
import sys
|
||||
import time
|
||||
import ray
|
||||
|
||||
Reference in New Issue
Block a user