You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/02/13 19:05:59 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #29494: Fix circular imports when airflow starts

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org