Skip to content

Commit

Permalink
fix AirflowException import
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Jan 24, 2024
1 parent c77b993 commit 3ea803a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark_on_k8s/airflow/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import TYPE_CHECKING, Any

from airflow import AirflowException
from airflow.exceptions import AirflowException
from airflow.models import BaseOperator
from spark_on_k8s.airflow.triggers import SparkOnK8STrigger
from spark_on_k8s.k8s.sync_client import KubernetesClientManager
Expand Down

0 comments on commit 3ea803a

Please sign in to comment.