bugraoz93 commented on code in PR #54683:
URL: https://github.com/apache/airflow/pull/54683#discussion_r2296350252


##########
airflow-ctl/src/airflowctl/__main__.py:
##########
@@ -22,11 +22,13 @@
 from __future__ import annotations
 
 import argcomplete
+from memory_profiler import profile
 
 from airflowctl.ctl import cli_parser
 from airflowctl.ctl.cli_config import safe_call_command
 
 
+@profile

Review Comment:
   ```suggestion
   ```



##########
airflow-ctl/src/airflowctl/__main__.py:
##########
@@ -22,11 +22,13 @@
 from __future__ import annotations
 
 import argcomplete
+from memory_profiler import profile

Review Comment:
   ```suggestion
   ```



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