potiuk commented on a change in pull request #6601: [AIRFLOW-6010] Remove 
cyclic imports and pylint disables
URL: https://github.com/apache/airflow/pull/6601#discussion_r349792003
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -281,7 +277,7 @@ class derived from this one results in the creation of a 
task object,
     }
 
     # noinspection PyUnusedLocal
-    # pylint: disable=too-many-arguments,too-many-locals
+    # pylint: disable=too-many-arguments,too-many-locals, too-many-statements
 
 Review comment:
   The base operator __init__ is just complex. I think splitting it into 
separate methods makes little sense so I think it is justified to put it there.

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

Reply via email to