Skip to content

Commit 66f975d

Browse files
committed
code format
1 parent fb3b1fe commit 66f975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
import queue
1111
import sys
1212
import threading
13+
from time import sleep
1314

1415
from ansys.api.dyna.v0 import dynasolver_pb2
1516
import grpc
1617

1718
from . import grpc_tags as tag
1819
from .launcher import * # noqa : F403
19-
from time import sleep
2020

2121
#
2222
# Define our own exceptions

0 commit comments

Comments
 (0)