From 4c3ba03a5b3dcb77b9011d5d5f0c476ac8f916d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Dec 2024 10:09:11 +0000 Subject: [PATCH] Apply autopep8 formatting --- Cassiopee/CPlot/apps/tkTransform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cassiopee/CPlot/apps/tkTransform.py b/Cassiopee/CPlot/apps/tkTransform.py index 82dbbd2f4..0c9d1aa3b 100644 --- a/Cassiopee/CPlot/apps/tkTransform.py +++ b/Cassiopee/CPlot/apps/tkTransform.py @@ -288,7 +288,7 @@ def scale(): z = T.contract(z, (X[0],X[1],X[2]), axe1, axe3, v[1]) a = T.contract(z, (X[0],X[1],X[2]), axe1, axe2, v[2]) CTK.replace(CTK.t, nob, noz, a) - + # update CAD if necessary if CTK.CADHOOK is not None: if len(nzs) == len(Internal.getZones(CTK.t)) and len(v) == 1: