From ccaa1f5435a3b7a13360667ac2a02a0093829dca Mon Sep 17 00:00:00 2001 From: Jannasch Date: Mon, 25 Nov 2024 12:39:59 +0100 Subject: [PATCH] fix lint finding --- src/t2iapi/device/device_responses.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t2iapi/device/device_responses.proto b/src/t2iapi/device/device_responses.proto index b43bb78..d8862fb 100644 --- a/src/t2iapi/device/device_responses.proto +++ b/src/t2iapi/device/device_responses.proto @@ -81,5 +81,5 @@ pm:AbstractDeviceComponentDescriptor handle to indicate the time of the next cal */ message IndicateTimeOfNextCalibrationToUserResponse{ BasicResponse status = 1; // status of the rpc - MdibVersionGroup mdib_version_group = 2; // MdibVersion attributes when finishing the rpc + t2iapi.biceps.MdibVersionGroup mdib_version_group = 2; // MdibVersion attributes when finishing the rpc } \ No newline at end of file