Skip to content

Commit fb3b1fe

Browse files
committed
fix bug, import sleep for in dynasolver.py
1 parent 2989fba commit fb3b1fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/dyna/core/solver/dynasolver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
from . import grpc_tags as tag
1818
from .launcher import * # noqa : F403
19+
from time import sleep
1920

2021
#
2122
# Define our own exceptions

0 commit comments

Comments
 (0)