kaxil commented on a change in pull request #6950: [AIRFLOW-6392] Remove cyclic 
dependency baseoperator <-> helpers
URL: https://github.com/apache/airflow/pull/6950#discussion_r361996196
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -670,6 +672,7 @@ def __deepcopy__(self, memo):
 
         for k, v in self.__dict__.items():
             if k not in shallow_copy:
+                # noinspection PyArgumentList
 
 Review comment:
   Do we need this? I don't think we need this check. We can disable this check 
on our Pycharm/Intelij 

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