Skip to content

Commit

Permalink
Fix linting on master (ray-project#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and richardliaw committed Jan 31, 2019
1 parent d128636 commit beb7519
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/source/deploy-on-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Start an IPython interpreter, e.g., ``ipython``
.. code-block:: python
from collections import Counter
import socket
import time
import ray
Expand Down
1 change: 0 additions & 1 deletion kubernetes/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import print_function

from collections import Counter
import socket
import sys
import time
import ray
Expand Down

0 comments on commit beb7519

Please sign in to comment.