uranusjr commented on code in PR #51638: URL: https://github.com/apache/airflow/pull/51638#discussion_r2141629390
########## task-sdk/src/airflow/sdk/definitions/deadline.py: ########## @@ -179,6 +176,18 @@ class DeadlineReference: deadline.evaluate_with() """ + class TYPES: + """Collection of DeadlineReference types for type checking.""" + + from airflow.models.deadline import ReferenceModels Review Comment: I don’t think this import is needed? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org