black formatting

This commit is contained in:
Frank Martinez
2025-09-26 13:23:01 -05:00
parent 8e51db4072
commit 591e8a36b3
205 changed files with 381 additions and 853 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."""