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


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

Review Comment:
   Bad merge. I knew I should not use GitHub UI for that. Lazy, Lazy Jarek.



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