@@ -89,7 +89,6 @@ async def get_medical_scribe_stream(
8989 :param plugins: A list of callables that modify the configuration dynamically.
9090 Changes made by these plugins only apply for the duration of the operation
9191 execution and will not affect any other operation invocations.
92-
9392 """
9493 operation_plugins : list [Plugin ] = []
9594 if plugins :
@@ -146,7 +145,6 @@ async def start_call_analytics_stream_transcription(
146145 :param plugins: A list of callables that modify the configuration dynamically.
147146 Changes made by these plugins only apply for the duration of the operation
148147 execution and will not affect any other operation invocations.
149-
150148 """
151149 operation_plugins : list [Plugin ] = []
152150 if plugins :
@@ -227,7 +225,6 @@ async def start_medical_scribe_stream(
227225 :param plugins: A list of callables that modify the configuration dynamically.
228226 Changes made by these plugins only apply for the duration of the operation
229227 execution and will not affect any other operation invocations.
230-
231228 """
232229 operation_plugins : list [Plugin ] = []
233230 if plugins :
@@ -289,7 +286,6 @@ async def start_medical_stream_transcription(
289286 :param plugins: A list of callables that modify the configuration dynamically.
290287 Changes made by these plugins only apply for the duration of the operation
291288 execution and will not affect any other operation invocations.
292-
293289 """
294290 operation_plugins : list [Plugin ] = []
295291 if plugins :
@@ -346,7 +342,6 @@ async def start_stream_transcription(
346342 :param plugins: A list of callables that modify the configuration dynamically.
347343 Changes made by these plugins only apply for the duration of the operation
348344 execution and will not affect any other operation invocations.
349-
350345 """
351346 operation_plugins : list [Plugin ] = []
352347 if plugins :
0 commit comments