Skip to content

Commit e943d4c

Browse files
committed
mypy
1 parent c68f4b1 commit e943d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geos-pv/src/geos/pv/plugins/PVCreateConstantAttributePerRegion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from geos.mesh.processing.CreateConstantAttributePerRegion import ( CreateConstantAttributePerRegion )
3232

3333
from geos.pv.utils.details import SISOFilter, FilterCategory
34-
from geos.mesh.processing.CreateConstantAttributePerRegion import CreateConstantAttributePerRegion, vnp, np
34+
from geos.mesh.processing.CreateConstantAttributePerRegion import CreateConstantAttributePerRegion
3535

3636
__doc__ = """
3737
PVCreateConstantAttributePerRegion is a Paraview plugin that allows to create an attribute

geos-pv/src/geos/pv/plugins/PVMeshQualityEnhanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def Filter(self, inputMesh: vtkUnstructuredGrid, outputMesh:vtkUnstructuredGrid)
257257
stats: QualityMetricSummary = filter.GetQualityMetricSummary()
258258
self.saveFile( stats )
259259
self._blockIndex += 1
260-
return 1
260+
return
261261

262262
def saveFile( self: Self, stats: QualityMetricSummary ) -> None:
263263
"""Export mesh quality metric summary file."""

0 commit comments

Comments
 (0)