Cole-Greer commented on code in PR #3396:
URL: https://github.com/apache/tinkerpop/pull/3396#discussion_r3192330752


##########
gremlin-python/src/main/python/gremlin_python/driver/aiohttp/transport.py:
##########
@@ -26,14 +24,27 @@
     import asyncio as async_timeout
 else:
     import async_timeout
-from aiohttp import ClientPayloadError
-from gremlin_python.driver.protocol import GremlinServerError
-from gremlin_python.driver.transport import AbstractBaseTransport
 
 __author__ = 'Lyndon Bauto ([email protected])'
 
 
-class AiohttpHTTPTransport(AbstractBaseTransport):

Review Comment:
   Ahh I missed that. Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to