Skip to content

Commit 5437cc0

Browse files
committed
yapf uncommited
1 parent 6f6e652 commit 5437cc0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

geos-mesh/src/geos/mesh/processing/FillPartialArrays.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
loggerTitle: str = "Fill Partial Attribute"
5353

5454

55-
@addLogSupport(loggerTitle= loggerTitle)
55+
@addLogSupport( loggerTitle=loggerTitle )
5656
class FillPartialArrays:
5757

5858
def __init__(
@@ -76,8 +76,7 @@ def __init__(
7676
self.multiBlockDataSet: vtkMultiBlockDataSet = multiBlockDataSet
7777
self.dictAttributesValues: dict[ str, Union[ list[ Any ], None ] ] = dictAttributesValues
7878

79-
80-
def applyFilter( self : Self ) -> bool:
79+
def applyFilter( self: Self ) -> bool:
8180
"""Create a constant attribute per region in the mesh.
8281
8382
Returns:

0 commit comments

Comments
 (0)