jason810496 opened a new pull request, #64823:
URL: https://github.com/apache/airflow/pull/64823
## Why
Address unresolved review comments from #64626
## What
- `trigger.py`: Add `# to avoid circular import: Callback` to clarify the
purpose of lazy import
- `test_encoders.py`: Replace module-level pytest.importorskip with a
try/except block so FileDeleteTrigger (non-Kafka) tests still run when the
Kafka provider is not installed.
- `test_collection.py`: Move Trigger, encode_trigger, and BaseEventTrigger
imports from inline test bodies to module scope.
--
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]