daniel-anya commented on PR #27755:
URL: https://github.com/apache/airflow/pull/27755#issuecomment-1325612673
I'm seeing this new static check error even though I did not make any
changes to this file
```
Run mypy for
core......................................................................Failed
- hook id: run-mypy
- exit code: 1
airflow/sensors/base.py:106: error: Name "Iterable" is not defined
[name-defined]
valid_modes = ["poke", "reschedule"] # type: Iterable[str]
^
airflow/sensors/base.py:106: note: Did you forget to import it from
"typing"? (Suggestion: "from typing import Iterable")
Found 1 error in 1 file (checked 1022 source files)
```
--
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]