potiuk commented on code in PR #30302:
URL: https://github.com/apache/airflow/pull/30302#discussion_r1161695213


##########
airflow/models/__init__.py:
##########
@@ -59,7 +59,6 @@ def import_all_models():
     for name in __lazy_imports:
         __getattr__(name)
 
-    import airflow.jobs.base_job

Review Comment:
   BTW. I figured out that I want to eventually move the "Job" class to models 
package. but this will be right after #30376  to avoid further conflict 
resolution.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to