Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Orru <simone.orru@secomind.com>
  • Loading branch information
sorru94 committed Nov 8, 2024
1 parent 0b83058 commit 31443e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions astarte/device/device_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 31443e2

Please sign in to comment.