You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/22 05:11:05 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #24590: Lay the groundwork for migrating Airflow CLI to Rich+Click

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org