JH-A-Kim commented on code in PR #68106:
URL: https://github.com/apache/airflow/pull/68106#discussion_r3392417317


##########
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:
   Yeah it can, I just removed it in my latest commit 
30db227c8b34ca25e7955a845c96ada0eeabc1b3
   
   Thanks!



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