ashb commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2284573333


##########
airflow-core/src/airflow/dag_processing/manager.py:
##########
@@ -253,7 +253,7 @@ def run(self):
         By processing them in separate processes, we can get parallelism and 
isolation
         from potentially harmful user code.
         """
-        from airflow.sdk.execution_time.secrets_masker import 
reset_secrets_masker
+        from airflow._shared.secrets_masker.secrets_masker import 
reset_secrets_masker

Review Comment:
   If we are using different maskers I don't think we need to reset it at all 
actually. - we can remove this import and L258



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