ashb commented on code in PR #48239:
URL: https://github.com/apache/airflow/pull/48239#discussion_r2014599872
##########
airflow-core/src/airflow/dag_processing/processor.py:
##########
@@ -206,7 +206,6 @@ class DagFileParsingResult(BaseModel):
type: Literal["DagFileParsingResult"] = "DagFileParsingResult"
[email protected]
Review Comment:
Because it's already cached here:
```
@functools.cached_property
def client(self) -> Client:
```
--
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]