lyndonb-bq commented on a change in pull request #1515:
URL: https://github.com/apache/tinkerpop/pull/1515#discussion_r766248006



##########
File path: 
gremlin-python/src/main/python/gremlin_python/driver/aiohttp/transport.py
##########
@@ -16,12 +16,11 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
-
 import aiohttp
 import asyncio
 import async_timeout
 from aiohttp import ClientResponseError
+import logging

Review comment:
       I read around online and the general consensus from what I read is that 
warnings.warn is the correct move in the case of a deprecated API, so I will 
use that as is and add it to submitAsync as suggested.




-- 
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