potiuk commented on code in PR #40847:
URL: https://github.com/apache/airflow/pull/40847#discussion_r1682454635


##########
airflow/models/renderedtifields.py:
##########
@@ -153,6 +154,23 @@ def _redact(self):
         for field, rendered in self.rendered_fields.items():
             self.rendered_fields[field] = redact(rendered, field)
 
+    @classmethod

Review Comment:
   Yes. There are a number of `@staticmethod` `@internal_api_call` already.



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