ferruzzi commented on code in PR #68106:
URL: https://github.com/apache/airflow/pull/68106#discussion_r3392124801


##########
airflow-core/src/airflow/dag_processing/processor.py:
##########
@@ -551,7 +535,6 @@ class DagFileProcessorProcess(WatchedSubprocess):
     decoder: ClassVar[TypeAdapter[ToManager]] = 
TypeAdapter[ToManager](ToManager)
     had_callbacks: bool = False  # Track if this process was started with 
callbacks to prevent stale DAG detection false positives
 
-    client: Client
     """The HTTP client to use for communication with the API server."""

Review Comment:
   This can be removed, right?  It looks like it was referring to the `client: 
Client` that was on the line above it.



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