ferruzzi commented on code in PR #70708: URL: https://github.com/apache/airflow/pull/70708#discussion_r3678883312
########## airflow-core/newsfragments/70708.bugfix.rst: ########## @@ -0,0 +1 @@ +The ``@deadline_reference`` decorator can now be used without parentheses. Previously, using it that way silently skipped registration and rebound the decorated class to the decorator's inner function, which surfaced later as an unrelated ``TypeError``. Review Comment: Yeah, it seems appropriate for the bugfix. I can drop it if you disagree. The docs heavily implied this was supposed to work, so it felt appropriate. -- 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]
