Skip to content

Commit adffb47

Browse files
authored
Remove unused constant HANDLER_SUPPORTS_TRIGGERER (#49370)
This was obsoleted by logging changes in task sdk, but its removal was missed, it seems.
1 parent 1bad247 commit adffb47

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

airflow-core/src/airflow/jobs/triggerer_job_runner.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@
8181
from airflow.sdk.types import RuntimeTaskInstanceProtocol as RuntimeTI
8282
from airflow.triggers.base import BaseTrigger
8383

84-
HANDLER_SUPPORTS_TRIGGERER = False
85-
"""
86-
If this value is true, root handler is configured to log individual trigger messages
87-
visible in task logs.
88-
89-
:meta private:
90-
"""
91-
9284
logger = logging.getLogger(__name__)
9385

9486
__all__ = [

0 commit comments

Comments
 (0)