Skip to content

Commit

Permalink
import style
Browse files Browse the repository at this point in the history
  • Loading branch information
Litchilitchy committed Aug 24, 2022
1 parent be89076 commit b3fb235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/ppml/src/bigdl/ppml/fl/nn/fl_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
from concurrent import futures
import grpc
from bigdl.ppml.fl import *
from bigdl.ppml.fl.nn.generated.nn_service_pb2_grpc import *

from bigdl.ppml.fl.nn.nn_service import NNServiceImpl
import yaml

from ..psi.psi_service import PSIServiceImpl

from .generated.psi_service_pb2_grpc import add_PSIServiceServicer_to_server
from .generated.nn_service_pb2_grpc import *
from .generated.psi_service_pb2_grpc import *



Expand Down

0 comments on commit b3fb235

Please sign in to comment.