You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/26 07:44:30 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #7878: Load all job models at once

turbaszek commented on a change in pull request #7878: Load all job models at once
URL: https://github.com/apache/airflow/pull/7878#discussion_r398369651
 
 

 ##########
 File path: airflow/jobs/__init__.py
 ##########
 @@ -16,3 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+import airflow.jobs.backfill_job  # noqa
+import airflow.jobs.base_job  # noqa
+import airflow.jobs.local_task_job  # noqa
+import airflow.jobs.scheduler_job  # noqa
 
 Review comment:
   Instead of `noqa` we can add this file to per-file-ignores in .flake8 . WDYT?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services