ffinfo commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges 
to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r259611099
 
 

 ##########
 File path: airflow/www/views.py
 ##########
 @@ -49,12 +48,12 @@
 from wtforms import SelectField, validators
 
 import airflow
-from airflow import configuration as conf
-from airflow import models, jobs
+from airflow.configuration import conf
 
 Review comment:
   This is also related to the comment above. I see at some places conflict 
with the name `conf`. For example it is in the import but also an argument in a 
method is called `conf`. I could not really fix this a better way without 
touching even more code.
   
   If someone has an idea about this please let me know. I think this should be 
outside this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to