Skip to content

Commit 9ae78f1

Browse files
authored
Merge pull request boto#3645 from kdaily/lint-connecthealth-removal-handler
Fix formatting in handlers.py
2 parents 19d2473 + ee748e4 commit 9ae78f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

botocore/handlers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,9 @@ def remove_bedrock_runtime_invoke_model_with_bidirectional_stream(
10701070
del class_attributes['invoke_model_with_bidirectional_stream']
10711071

10721072

1073-
def remove_connecthealth_start_medical_scribe_listening_session(class_attributes, **kwargs):
1073+
def remove_connecthealth_start_medical_scribe_listening_session(
1074+
class_attributes, **kwargs
1075+
):
10741076
"""Operation requires h2 which is currently unsupported in Python"""
10751077
if 'start_medical_scribe_listening_session' in class_attributes:
10761078
del class_attributes['start_medical_scribe_listening_session']

0 commit comments

Comments
 (0)