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

 ##########
 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:
   > What benefit do you see from moving this to a .flake8 file?
   
   Less code-obfuscating comments. We've already has files in this file. But no 
strong opinion on that.

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


With regards,
Apache Git Services

Reply via email to