Skip to content

Commit db49e42

Browse files
committed
Black
1 parent d3b0716 commit db49e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/07-python-operators/02-python_operators_with_dependencies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"docs",
138138
"source",
139139
"user_guide",
140-
"create_sites_for_python_operators.ps1"
140+
"create_sites_for_python_operators.ps1",
141141
)
142142
args = [
143143
"powershell",
@@ -168,7 +168,7 @@
168168
"docs",
169169
"source",
170170
"user_guide",
171-
"create_sites_for_python_operators.sh"
171+
"create_sites_for_python_operators.sh",
172172
)
173173
run_cmd = f"{cmd_file}"
174174
args = (

0 commit comments

Comments
 (0)