Skip to content

Commit

Permalink
address black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys committed Oct 17, 2023
1 parent d641d3a commit 5b294d7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/ansys/pyensight/core/utils/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5b294d7

Please sign in to comment.