From 36f74f2a58f3734562083feb50068012baab30fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:23:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- apps/common.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/common.py b/apps/common.py index 47d3757..c050e4e 100644 --- a/apps/common.py +++ b/apps/common.py @@ -59,7 +59,8 @@ :class:`Dropdown`class instance. """ -TEMPLATE_NUKE_NODE_COLORMATRIX: str = """ +TEMPLATE_NUKE_NODE_COLORMATRIX: str = ( + """ ColorMatrix {{ inputs 0 matrix {{ @@ -70,8 +71,9 @@ xpos 0 ypos 0 }}"""[ - 1: -] + 1: + ] +) """ *The Foundry Nuke* *ColorMatrix* node template. """