Skip to content

Commit

Permalink
fix(channel): fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezq committed Jan 23, 2024
1 parent f4d9048 commit 2cfdfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedlearner/channel/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from fedlearner.common import fl_logging, stats, common
from fedlearner.channel import channel_pb2, channel_pb2_grpc
from fedlearner.common.metric_collector import metric_collector
from fedlearner.proxy.channel import make_insecure_channel, ChannelType
from fedlearner.proxy.channel import make_insecure_channel, make_secure_channel, ChannelType
from fedlearner.channel.client_interceptor import ClientInterceptor
from fedlearner.channel.server_interceptor import ServerInterceptor

Expand Down

0 comments on commit 2cfdfb9

Please sign in to comment.