Fokko commented on code in PR #8408: URL: https://github.com/apache/iceberg/pull/8408#discussion_r1310786201
########## python/tests/catalog/test_glue.py: ########## @@ -19,7 +19,6 @@ import pytest from moto import mock_glue - Review Comment: I like the line between the first and third party libraries. I think we can fix this by setting: ``` lines-between-types = 1 ``` See doc: https://beta.ruff.rs/docs/settings/#isort-lines-between-types -- 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]
