-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from LamaAni/reformat
Reforemat to black
- Loading branch information
Showing
15 changed files
with
540 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
from airflow_kubernetes_job_operator.kubernetes_job_operator import KubernetesJobOperator # noqa F401 | ||
from airflow_kubernetes_job_operator.kubernetes_legacy_job_operator import KubernetesLegacyJobOperator # noqa F401 | ||
from airflow_kubernetes_job_operator.kubernetes_job_operator import ( | ||
KubernetesJobOperator, | ||
) # noqa F401 | ||
from airflow_kubernetes_job_operator.kubernetes_legacy_job_operator import ( | ||
KubernetesLegacyJobOperator, | ||
) # noqa F401 | ||
from airflow_kubernetes_job_operator.utils import resolve_relative_path # noqa F401 | ||
from airflow_kubernetes_job_operator.job_runner import JobRunnerDeletePolicy # noqa F401 | ||
from airflow_kubernetes_job_operator.job_runner import ( | ||
JobRunnerDeletePolicy, | ||
) # noqa F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.