ashb commented on code in PR #24591:
URL: https://github.com/apache/airflow/pull/24591#discussion_r911241479


##########
airflow/cli/__main__.py:
##########
@@ -18,6 +18,7 @@
 # under the License.
 
 from airflow.cli import airflow_cmd
+from airflow.cli.commands import version  # noqa: F401

Review Comment:
   100ms is going to be ambitious for any python project I think - and caching 
can be added for completion side of things to get there, so I'm mostly 
concerned about time to error/help - i.e. how long does it take to give me the 
help page when I ask for it/make a typo 



-- 
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]

Reply via email to