Fokko commented on code in PR #2978: URL: https://github.com/apache/iceberg-python/pull/2978#discussion_r2777964792
########## tests/catalog/test_catalog_behaviors.py: ########## @@ -26,7 +26,7 @@ import pyarrow as pa import pytest from pydantic_core import ValidationError -from pytest_lazyfixture import lazy_fixture +from pytest_lazy_fixtures import lf Review Comment: Love the shorthand 👍 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
