potiuk commented on a change in pull request #12698:
URL: https://github.com/apache/airflow/pull/12698#discussion_r532158602
##########
File path: airflow/cli/commands/provider_command.py
##########
@@ -40,17 +43,20 @@ def _tabulate_providers(providers: List[Dict], tablefmt:
str):
return tabulate(tabulate_data, tablefmt=tablefmt, headers='keys')
+def _remove_rst_syntax(value: str) -> str:
Review comment:
:heart:
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]