MonkeyCanCode commented on code in PR #2643: URL: https://github.com/apache/polaris/pull/2643#discussion_r2384236154
########## client/python/cli/api_client_builder.py: ########## @@ -0,0 +1,187 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: Minor: missing begin and end "#" for the license header. ########## client/python/cli/command/profiles.py: ########## @@ -25,11 +25,13 @@ from cli.command import Command from cli.constants import ( - Subcommands, - DEFAULT_HOSTNAME, - DEFAULT_PORT, - CONFIG_DIR, - CONFIG_FILE, + Subcommands, Review Comment: NIT: use `make client-lint` for code formatting (it calls `ruff format`) -- 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]
