uranusjr commented on code in PR #28894:
URL: https://github.com/apache/airflow/pull/28894#discussion_r1080869367


##########
airflow/www/app.py:
##########
@@ -74,17 +76,37 @@ def sync_appbuilder_roles(flask_app):
         flask_app.appbuilder.sm.sync_roles()
 
 
+def strip_tags(input_html: str) -> str:

Review Comment:
   ```suggestion
   def _strip_tags(input_html: str) -> str:
   ```
   
   since we don’t intent to import this anywhere else.



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