Skip to content

Commit

Permalink
fix: remove feature toggle from MultiplexerSessionContainer's init me…
Browse files Browse the repository at this point in the history
…thod (#643)

fix: remove feat toggle from MultiplexerSessionContainer's init
---------

Signed-off-by: Jayaseelan-James <[email protected]>
  • Loading branch information
jayaseelan-james authored Mar 8, 2024
1 parent 6c70e0f commit e9b3706
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def _grpc_channel_pool(self) -> GrpcChannelPool:
class MultiplexerSessionContainer(_BaseSessionContainer):
"""Manages multiplexer session information."""

@requires_feature(MULTIPLEXER_SUPPORT_2024Q2)
def __init__(
self,
session_management_client: SessionManagementClient,
Expand Down

0 comments on commit e9b3706

Please sign in to comment.