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/08/23 16:35:14 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #10499: Make models/taskinstance.py pylint compatible

turbaszek commented on a change in pull request #10499:
URL: https://github.com/apache/airflow/pull/10499#discussion_r475239161



##########
File path: airflow/models/taskinstance.py
##########
@@ -1135,7 +1135,11 @@ def _run_raw_task(
             session.merge(self)
         session.commit()
 
-    def _prepare_and_execute_task_with_callbacks(self, context, session, task):
+    def _prepare_and_execute_task_with_callbacks(  # pylint: disable=unused-argument
+            self,
+            context,
+            session,
+            task):

Review comment:
       Should we remove the argument then? What is the reason to keep it?




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