jason810496 commented on code in PR #66370:
URL: https://github.com/apache/airflow/pull/66370#discussion_r3213006970


##########
airflow-ctl/src/airflowctl/ctl/commands/config_command.py:
##########
@@ -109,6 +110,13 @@ def _get_option_value(self, config_resp: Config) -> str | 
None:
                         return option.value if isinstance(option.value, str) 
else str(option.value)
         return None
 
+    def _removed_message(self) -> str:

Review Comment:
   nit: How about adding as a private `@property`?



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