diff --git a/src/ansys/pyensight/core/utils/export.py b/src/ansys/pyensight/core/utils/export.py index ba7435181c5..f06cc961a27 100644 --- a/src/ansys/pyensight/core/utils/export.py +++ b/src/ansys/pyensight/core/utils/export.py @@ -476,11 +476,7 @@ def _animation_remote( } def _geometry_remote( - self, - format: str, - starting_timestep: int, - frames: int, - delta_timestep: int + self, format: str, starting_timestep: int, frames: int, delta_timestep: int ) -> bytes: """EnSight-side implementation. @@ -523,7 +519,7 @@ def geometry( format: str = GEOM_EXPORT_GLTF, starting_timestep: Optional[int] = None, frames: Optional[int] = 1, - delta_timestep: Optional[int] = None + delta_timestep: Optional[int] = None, ) -> None: """Export a geometry file.