lidavidm commented on code in PR #3855: URL: https://github.com/apache/arrow-adbc/pull/3855#discussion_r2663227294
########## python/adbc_driver_postgresql/tests/test_dbapi.py: ########## @@ -24,7 +24,6 @@ import pyarrow import pyarrow.dataset import pytest - from adbc_driver_postgresql import ConnectionOptions, StatementOptions, dbapi Review Comment: ```suggestion from adbc_driver_postgresql import ConnectionOptions, StatementOptions, dbapi ``` -- 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]
