[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-11-11 19:34:15 +00:00
parent 5e343b0b99
commit 0e5491ca67
192 changed files with 284 additions and 797 deletions

View File

@@ -7,7 +7,6 @@ from typing import Any, Final
from Base.Metadata import constmethod, export
from Data import object
@export(
Father="ComplexGeoDataPy",
Twin="PointKernel",
@@ -61,7 +60,6 @@ class Points(object):
def fromValid(self) -> Any:
"""Get a new point object from points with valid coordinates (i.e. that are not NaN)"""
...
CountPoints: Final[int]
"""Return the number of vertices of the points object."""