Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jul 14, 2024
1 parent 3171cbb commit 056927b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/py/flwr/common/serde.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@

from google.protobuf.message import Message as GrpcMessage

# pylint: disable=E0611
from flwr.proto.error_pb2 import Error as ProtoError
from flwr.proto.node_pb2 import Node

# pylint: disable=E0611
from flwr.proto.recordset_pb2 import Array as ProtoArray
from flwr.proto.recordset_pb2 import BoolList, BytesList
from flwr.proto.recordset_pb2 import ConfigsRecord as ProtoConfigsRecord
Expand Down

0 comments on commit 056927b

Please sign in to comment.