kaxil commented on a change in pull request #9670:
URL: https://github.com/apache/airflow/pull/9670#discussion_r449937226
##########
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:
I think it might be ok, we only needed that in `db.resetdb`. Ran it
locally, didn't error
https://github.com/apache/airflow/pull/7381
https://github.com/apache/airflow/pull/6938/files
----------------------------------------------------------------
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]