Skip to content

Commit

Permalink
Apply autopep8 formatting
Browse files Browse the repository at this point in the history
github-actions[bot] committed Dec 15, 2024
1 parent 116b92a commit 0962c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/OCC/OCC/PyTree.py
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 0962c89

Please sign in to comment.