Skip to content

Commit

Permalink
refactor: Added alias in SQLExecuteQueryTrigger definition
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblain-infrabel authored and potiuk committed Jan 2, 2025
1 parent 4bc7d6f commit 59eae35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Definition of the public interface for airflow.providers.common.sql.triggers.sql
isort:skip_file
"""
from airflow.triggers.base import BaseTrigger, TriggerEvent
from airflow.triggers.base import BaseTrigger, TriggerEvent as TriggerEvent

from collections.abc import AsyncIterator
from typing import Any
Expand Down

0 comments on commit 59eae35

Please sign in to comment.