uranusjr commented on code in PR #24590: URL: https://github.com/apache/airflow/pull/24590#discussion_r903287780
########## airflow/cli/__init__.py: ########## @@ -15,3 +15,108 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +import os + +import rich_click as click Review Comment: Since this import is used only locally in this file, I’d prefer it use `rich_click`. ```suggestion import rich_click ``` -- 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]
