lyndonb-bq commented on a change in pull request #1515:
URL: https://github.com/apache/tinkerpop/pull/1515#discussion_r766293355
##########
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:
Will keep warnings.warn as is because it is good practice for deprecated
API's from what I have read online, but will use logging from now on to log
other things that are not API deprecations.
--
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]