ashb commented on a change in pull request #15599:
URL: https://github.com/apache/airflow/pull/15599#discussion_r625810081
##########
File path: airflow/www/views.py
##########
@@ -3227,9 +3227,11 @@ class VariableModelView(AirflowModelView):
def hidden_field_formatter(self):
"""Formats hidden fields"""
+ from airflow.utils.log import secrets_masker
Review comment:
It possibly could, I've just got somewhat "alergic" to global imports in
airflow.www. I'll see (I think this one is fine)
--
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]