We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19d2473 + ee748e4 commit 9ae78f1Copy full SHA for 9ae78f1
botocore/handlers.py
@@ -1070,7 +1070,9 @@ def remove_bedrock_runtime_invoke_model_with_bidirectional_stream(
1070
del class_attributes['invoke_model_with_bidirectional_stream']
1071
1072
1073
-def remove_connecthealth_start_medical_scribe_listening_session(class_attributes, **kwargs):
+def remove_connecthealth_start_medical_scribe_listening_session(
1074
+ class_attributes, **kwargs
1075
+):
1076
"""Operation requires h2 which is currently unsupported in Python"""
1077
if 'start_medical_scribe_listening_session' in class_attributes:
1078
del class_attributes['start_medical_scribe_listening_session']
0 commit comments