Skip to content

Commit 6ca0c03

Browse files
committed
style: run ruff on test files for static checks
1 parent b04f4c6 commit 6ca0c03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

providers/cncf/kubernetes/tests/unit/cncf/kubernetes/decorators/test_kubernetes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import pickle
2121

2222
from airflow.decorators import task
23+
2324
from unit.cncf.kubernetes.decorators.test_kubernetes_commons import TestKubernetesDecoratorsBase
2425

2526
XCOM_IMAGE = "XCOM_IMAGE"

providers/cncf/kubernetes/tests/unit/cncf/kubernetes/decorators/test_kubernetes_cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
from airflow.decorators import task
2424
from airflow.exceptions import AirflowSkipException
25+
2526
from unit.cncf.kubernetes.decorators.test_kubernetes_commons import DAG_ID, TestKubernetesDecoratorsBase
2627

2728
XCOM_IMAGE = "XCOM_IMAGE"

0 commit comments

Comments
 (0)