Skip to content

Commit

Permalink
Fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Jan 28, 2025
1 parent 56020b3 commit 25f6811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/dpf/core/scoping.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@

if TYPE_CHECKING: # pragma: nocover
from ctypes import c_void_p as ScopingPointer

from numpy import typing as np_typing

from ansys.dpf.core.server_types import AnyServerType
import ansys.grpc.dpf.scoping_pb2.Scoping as ScopingMessage
from ctypes import c_void_p as ScopingPointer
from numpy import typing as np_typing

IdVectorType = Union[list[int], range, np_typing.NDArray[np.int32]]

Expand Down

0 comments on commit 25f6811

Please sign in to comment.