potiuk commented on code in PR #29494:
URL: https://github.com/apache/airflow/pull/29494#discussion_r1104912531


##########
airflow/settings.py:
##########
@@ -352,7 +353,8 @@ def dispose_orm():
     global Session
 
     if Session is not None:
-        Session.remove()
+
+Session.remove()

Review Comment:
   Thanks @o-nikolas  for vigilance. Resolved.



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