Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhanqun committed Sep 11, 2023
1 parent 1acc868 commit 34da270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ansys/dyna/core/pre/dynabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
from ansys.api.dyna.v0.kwprocess_pb2 import * # noqa : F403
from ansys.api.dyna.v0.kwprocess_pb2_grpc import * # noqa : F403


class Motion(Enum):
VELOCITY = 0
ACCELERATION = 1
DISPLACEMENT = 2


class RWMotion(Enum):
VELOCITY = 0
DISPLACEMENT = 1
Expand Down

0 comments on commit 34da270

Please sign in to comment.