Skip to content

Commit

Permalink
style: remove comment oauth_channel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy <[email protected]>
  • Loading branch information
felicijus and dimastbk authored Oct 5, 2024
1 parent e768cc5 commit 797688e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyzeebe/channel/oauth_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def create_oauth2_client_credentials_channel(
)

call_credentials: grpc.CallCredentials = grpc.metadata_call_credentials(oauth2_client_credentials)
# channel_credentials: grpc.ChannelCredentials = channel_credentials or grpc.ssl_channel_credentials()
composite_credentials: grpc.ChannelCredentials = grpc.composite_channel_credentials(
channel_credentials, call_credentials
)
Expand Down

0 comments on commit 797688e

Please sign in to comment.