8000 another import regroup · mortn/python-docs-samples@2b12016 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b12016

Browse files
committed
another import regroup
1 parent 3e5fc28 commit 2b12016

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer/cicd_sample/utils/add_dags_to_composer_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
import os
1616
import pathlib
1717
from shutil import copytree
18-
1918
import tempfile
2019
import uuid
2120

21+
import add_dags_to_composer
22+
2223
from google.cloud import storage
2324
import pytest
2425

25-
import add_dags_to_composer
26-
2726

2827
DAGS_DIR = pathlib.Path(__file__).parent.parent / "dags/"
2928

0 commit comments

Comments
 (0)
0