Skip to content

Commit

Permalink
Run flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
svallero committed Jan 18, 2024
1 parent 5cdf172 commit 781d45c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes_airflow_dag_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"Could not import DAGs in example_local_kubernetes_executor.py", exc_info=True
)
log.warning(
"Install Kubernetes dependencies with: pip install apache-airflow[cncf.kubernetes]"
"Install Kubernetes dependencies with: \
pip install apache-airflow[cncf.kubernetes]"
)
k8s = None

Expand Down

0 comments on commit 781d45c

Please sign in to comment.