blag commented on code in PR #24590: URL: https://github.com/apache/airflow/pull/24590#discussion_r905304680
########## 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: This got merged before I had a chance to change this. -- 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]
