removed unused imports missed by refactor

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/77ce5157
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/77ce5157
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/77ce5157

Branch: refs/heads/master
Commit: 77ce5157601d7598b7829e04f069bd11f93ce5f5
Parents: ed9daca
Author: davebshow <[email protected]>
Authored: Tue Feb 21 14:21:09 2017 -0500
Committer: davebshow <[email protected]>
Committed: Tue Feb 28 10:33:21 2017 -0500

----------------------------------------------------------------------
 gremlin-python/src/main/jython/gremlin_python/driver/client.py    | 3 ---
 gremlin-python/src/main/jython/gremlin_python/driver/protocol.py  | 2 --
 .../src/main/jython/gremlin_python/driver/remote_connection.py    | 1 -
 .../src/main/jython/gremlin_python/driver/tornado/transport.py    | 3 +--
 4 files changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/77ce5157/gremlin-python/src/main/jython/gremlin_python/driver/client.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/gremlin_python/driver/client.py 
b/gremlin-python/src/main/jython/gremlin_python/driver/client.py
index a3bc825..4d06071 100644
--- a/gremlin-python/src/main/jython/gremlin_python/driver/client.py
+++ b/gremlin-python/src/main/jython/gremlin_python/driver/client.py
@@ -16,9 +16,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 """
-import collections
-import functools
-
 from concurrent.futures import ThreadPoolExecutor
 
 from six.moves import queue

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/77ce5157/gremlin-python/src/main/jython/gremlin_python/driver/protocol.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/gremlin_python/driver/protocol.py 
b/gremlin-python/src/main/jython/gremlin_python/driver/protocol.py
index 33b4419..84a7d82 100644
--- a/gremlin-python/src/main/jython/gremlin_python/driver/protocol.py
+++ b/gremlin-python/src/main/jython/gremlin_python/driver/protocol.py
@@ -18,8 +18,6 @@ under the License.
 """
 import abc
 import base64
-import collections
-import uuid
 
 import six
 try:

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/77ce5157/gremlin-python/src/main/jython/gremlin_python/driver/remote_connection.py
----------------------------------------------------------------------
diff --git 
a/gremlin-python/src/main/jython/gremlin_python/driver/remote_connection.py 
b/gremlin-python/src/main/jython/gremlin_python/driver/remote_connection.py
index c48cfe3..b9ec4e5 100644
--- a/gremlin-python/src/main/jython/gremlin_python/driver/remote_connection.py
+++ b/gremlin-python/src/main/jython/gremlin_python/driver/remote_connection.py
@@ -17,7 +17,6 @@ specific language governing permissions and limitations
 under the License.
 '''
 import abc
-import collections
 import six
 
 from gremlin_python.driver import request

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/77ce5157/gremlin-python/src/main/jython/gremlin_python/driver/tornado/transport.py
----------------------------------------------------------------------
diff --git 
a/gremlin-python/src/main/jython/gremlin_python/driver/tornado/transport.py 
b/gremlin-python/src/main/jython/gremlin_python/driver/tornado/transport.py
index cc218e9..94d6f18 100644
--- a/gremlin-python/src/main/jython/gremlin_python/driver/tornado/transport.py
+++ b/gremlin-python/src/main/jython/gremlin_python/driver/tornado/transport.py
@@ -16,8 +16,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 """
-from tornado import ioloop, gen
-from tornado import websocket
+from tornado import ioloop, websocket
 
 from gremlin_python.driver.transport import AbstractBaseTransport
 

Reply via email to