From 0962c89782adde200cbbc1d06ec0f463a85acbe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Dec 2024 16:40:50 +0000 Subject: [PATCH] Apply autopep8 formatting --- Cassiopee/OCC/OCC/PyTree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cassiopee/OCC/OCC/PyTree.py b/Cassiopee/OCC/OCC/PyTree.py index c3fa11ba1..c5c60bcfa 100644 --- a/Cassiopee/OCC/OCC/PyTree.py +++ b/Cassiopee/OCC/OCC/PyTree.py @@ -1405,7 +1405,7 @@ def getComponents(t, tol=1.e-10): tags = {} for c, z in enumerate(a): tags[c] = identifyTags__(z) - + # Get the component number for each zone pos = getAllPos(t) for k in tags: