Skip to content

Commit 09cab1e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c87d892 commit 09cab1e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

apps/common.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
:class:`Dropdown`class instance.
6060
"""
6161

62-
TEMPLATE_NUKE_NODE_COLORMATRIX: str = """
62+
TEMPLATE_NUKE_NODE_COLORMATRIX: str = (
63+
"""
6364
ColorMatrix {{
6465
inputs 0
6566
matrix {{
@@ -70,8 +71,9 @@
7071
xpos 0
7172
ypos 0
7273
}}"""[
73-
1:
74-
]
74+
1:
75+
]
76+
)
7577
"""
7678
*The Foundry Nuke* *ColorMatrix* node template.
7779
"""

0 commit comments

Comments
 (0)