Skip to content

Commit 324ceeb

Browse files
committed
run black
1 parent d37aa86 commit 324ceeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer/cicd_sample/utils/add_dags_to_composer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def upload_dags_to_composer(dags_directory: str, bucket_name: str) -> None:
6666
description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter
6767
)
6868
parser.add_argument(
69-
"--dags_directory", help="Relative path to the source directory containing your DAGs"
69+
"--dags_directory",
70+
help="Relative path to the source directory containing your DAGs",
7071
)
7172
parser.add_argument(
7273
"--dags_bucket",

0 commit comments

Comments
 (0)