binarycat0 commented on code in PR #2812: URL: https://github.com/apache/polaris/pull/2812#discussion_r2486540677
########## client/python/integration_tests/test_catalog_apis.py: ########## @@ -19,28 +19,29 @@ import json import os.path -import time - import pytest +import time +from pyiceberg.catalog import Catalog as PyIcebergCatalog +from pyiceberg.schema import Schema -from integration_tests.conftest import format_namespace -from polaris.catalog import ( +from apache_polaris.sdk.catalog import ( Review Comment: Made automatically by `make client-lint`. It follows the black code style. -- 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]
