8000 lint · mortn/python-docs-samples@e1ca393 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1ca393

Browse files
committed
lint
1 parent f6892da commit e1ca393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer/cicd_sample/utils/add_dags_to_composer_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
import uuid
2121

2222
from google.cloud import storage
23-
import add_dags_to_composer
2423
import pytest
2524

25+
import add_dags_to_composer
26+
2627

2728
DAGS_DIR = pathlib.Path(__file__).parent.parent / "dags/"
2829

0 commit comments

Comments
 (0)
0