From 25f6811df5a58a6a3633561f76ea890ba1ddbd69 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:44:33 +0100 Subject: [PATCH] Fix style check --- src/ansys/dpf/core/scoping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/dpf/core/scoping.py b/src/ansys/dpf/core/scoping.py index 97e7b86029..3561a94a03 100644 --- a/src/ansys/dpf/core/scoping.py +++ b/src/ansys/dpf/core/scoping.py @@ -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]]