turbaszek commented on a change in pull request #10956:
URL: https://github.com/apache/airflow/pull/10956#discussion_r488900780
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -303,10 +303,10 @@ def done(self) -> bool:
return False
@property
- def result(self) -> Optional[Tuple[List[dict], int]]:
+ def result(self) -> Optional[int]:
"""
:return: result of running SchedulerJob.process_file()
- :rtype: Optional[Tuple[List[dict], int]]
+ :rtype: int or None
Review comment:
```suggestion
:rtype: Optional[None]
```
----------------------------------------------------------------
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]