diff --git a/astarte/device/device_grpc.py b/astarte/device/device_grpc.py index d90982e6..a508860a 100644 --- a/astarte/device/device_grpc.py +++ b/astarte/device/device_grpc.py @@ -28,10 +28,6 @@ # pylint: disable=no-name-in-module import grpc -from astarteplatform.msghub.interface_pb2 import ( - InterfacesJson, - InterfacesName, -) from astarteplatform.msghub.astarte_message_pb2 import ( AstarteMessage, AstarteUnset, @@ -49,6 +45,7 @@ AstarteLongIntegerArray, AstarteStringArray, ) +from astarteplatform.msghub.interface_pb2 import InterfacesJson, InterfacesName from astarteplatform.msghub.message_hub_service_pb2_grpc import MessageHubStub from astarteplatform.msghub.node_pb2 import Node from google.protobuf.empty_pb2 import Empty