ephraimbuddy commented on code in PR #27289:
URL: https://github.com/apache/airflow/pull/27289#discussion_r1007843469


##########
airflow/models/trigger.py:
##########
@@ -116,7 +116,7 @@ def clean_unused(cls, session=None):
         
session.query(Trigger).filter(Trigger.id.in_(ids)).delete(synchronize_session=False)
 
     @classmethod
-    @provide_session

Review Comment:
   I think the session arg should no longer be equal to None



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