From 4afd7fb0292fe3946fa908ab1816eeb09d23e36f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:42:45 +0000 Subject: [PATCH 1/2] chore(deps): update third_party/ni-apis digest to 93cbc66 --- third_party/ni-apis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/ni-apis b/third_party/ni-apis index 0ded75def..93cbc66ac 160000 --- a/third_party/ni-apis +++ b/third_party/ni-apis @@ -1 +1 @@ -Subproject commit 0ded75defed0c5b8bf64f3bd509b30b1b7215349 +Subproject commit 93cbc66ac0dbcf55eb877518968ac234732b4cde From af4d62853b05736cb29c0ed71dac5436cd6b90cd Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Mon, 16 Jun 2025 10:57:52 -0500 Subject: [PATCH 2/2] Fix lint error --- examples/sample_measurement/_array_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/sample_measurement/_array_utils.py b/examples/sample_measurement/_array_utils.py index 3461ec036..1bca98551 100644 --- a/examples/sample_measurement/_array_utils.py +++ b/examples/sample_measurement/_array_utils.py @@ -4,9 +4,7 @@ from typing import TYPE_CHECKING -from ni_measurement_plugin_sdk_service._internal.stubs.ni.protobuf.types import ( - array_pb2, -) +from ni_measurement_plugin_sdk_service._internal.stubs.ni.protobuf.types import array_pb2 if TYPE_CHECKING: import numpy as np