Skip to content

Commit 929c195

Browse files
Lee-Wkaxil
authored andcommitted
refactor(hitl): remove AirflowException from HITLTriggerEventError inheritance (#55763)
(cherry picked from commit 20783d8)
1 parent 5d00661 commit 929c195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/standard/src/airflow/providers/standard/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class DuplicateStateError(AirflowExternalTaskSensorException):
5757
"""Raised when duplicate states are provided across allowed, skipped and failed states."""
5858

5959

60-
class HITLTriggerEventError(AirflowException):
60+
class HITLTriggerEventError(Exception):
6161
"""Raised when TriggerEvent contains error."""
6262

6363

0 commit comments

Comments
 (0)