The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
12451fed38326c8546b70937d328e54874229a2a / Tzu-ping Chung <[email protected]>
Ensure @contextmanager decorates generator func

Mypy is going to be stricter about this, and it's technically correct,
only a generator function can be turned into a context manager, not any
function returning an iterator. So we do this in advance to prevent
issues in the future.

Also took the chance to straighten up some types in less-maintained
source files.

Report URL: https://github.com/apache/airflow/actions/runs/2266542314

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to