Skip to content

Commit c5cf729

Browse files
committed
Black
1 parent 103a634 commit c5cf729

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
"gltf_plugin.xml",
5555
]
5656
import os
57-
folder_root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
57+
folder_root = os.path.dirname(
58+
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
59+
)
5860
source_path_in_repo = r"docs\source\examples\07-python-operators\plugins"
5961
plugin_path = None
6062

0 commit comments

Comments
 (0)