nuclearpinguin commented on a change in pull request #7484: [AIRFLOW-6864][depends on 6863] Make airflow/jobs pylint compatible URL: https://github.com/apache/airflow/pull/7484#discussion_r382563931
########## File path: airflow/jobs/__init__.py ########## @@ -16,10 +16,3 @@ # specific language governing permissions and limitations # under the License. # - -# pylint: disable=missing-docstring - -from airflow.jobs.backfill_job import BackfillJob # noqa: F401 -from airflow.jobs.base_job import BaseJob # noqa: F401 -from airflow.jobs.local_task_job import LocalTaskJob # noqa: F401 -from airflow.jobs.scheduler_job import SchedulerJob # noqa: F401 Review comment: Does this requires note in `UPDATING.md`? ---------------------------------------------------------------- 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] With regards, Apache Git Services
