potiuk commented on a change in pull request #9674:
URL: https://github.com/apache/airflow/pull/9674#discussion_r449916627



##########
File path: airflow/models/taskinstance.py
##########
@@ -181,6 +181,7 @@ class TaskInstance(Base, LoggingMixin):
     )
 
     def __init__(self, task, execution_date: datetime, state: Optional[str] = 
None):
+        super().__init__()

Review comment:
       I am not sure. Will it initialize both Base and Mixin :)? Just checking.




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


Reply via email to