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


##########
airflow-core/src/airflow/models/deadline.py:
##########
@@ -100,35 +102,6 @@ def add_deadline(cls, deadline: Deadline, session: Session 
= NEW_SESSION):
         session.add(deadline)
 
 
-class DeadlineReference(Enum):

Review Comment:
   I don't think so.  This was added it in the previous PR purely as a 
placeholder so I could give an example of how something else will be used and 
the note on L107 made that pretty clear.  Nobody should have been using it for 
anything, I think it's safe to just drop 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