Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent ec92899 commit ccef825
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
:class:`Dropdown`class instance.
"""

TEMPLATE_NUKE_NODE_COLORMATRIX: str = """
TEMPLATE_NUKE_NODE_COLORMATRIX: str = (
"""
ColorMatrix {{
inputs 0
matrix {{
Expand All @@ -70,8 +71,9 @@
xpos 0
ypos 0
}}"""[
1:
]
1:
]
)
"""
*The Foundry Nuke* *ColorMatrix* node template.
"""
Expand Down

0 comments on commit ccef825

Please sign in to comment.