kaxil commented on a change in pull request #9670:
URL: https://github.com/apache/airflow/pull/9670#discussion_r449901292



##########
File path: airflow/migrations/env.py
##########
@@ -21,7 +21,7 @@
 from alembic import context
 
 from airflow import models, settings
-from airflow.models.serialized_dag import SerializedDagModel  # noqa
+from airflow.models.serialized_dag import SerializedDagModel  # pylint: 
disable=unused-import # noqa

Review comment:
       @potiuk Do you remember if we need this import there?
   
   I remember you were moving the imports for the migrations to work, so I am 
not sure




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to