rawwar opened a new pull request, #43206:
URL: https://github.com/apache/airflow/pull/43206
when I run `pre-commit run --all-files`, I get the following mypy failure:
```
providers/src/airflow/providers/common/sql/sensors/sql.py:110: error: "None"
not callable [misc]
condition = self.selector(records[0])
```
This PR fixes 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]