Skip to content

Commit d550f75

Browse files
committed
Format
1 parent 2f5aca0 commit d550f75

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

aws_doc_sdk_examples_tools/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ def validate_no_duplicate_api_examples(
306306
title_abbrev=title_abbrev,
307307
language=lang,
308308
)
309-
)
309+
)

aws_doc_sdk_examples_tools/metadata_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ def load(
3232
) -> Tuple[List[Example], metadata_errors.MetadataErrors]:
3333
with path.open() as file:
3434
meta = yaml.safe_load(file)
35-
return parse_examples(path, meta, doc_gen.sdks, doc_gen.services, blocks, doc_gen.validation)
35+
return parse_examples(
36+
path, meta, doc_gen.sdks, doc_gen.services, blocks, doc_gen.validation
37+
)
3638

3739

3840
SERVICES = {

0 commit comments

Comments
 (0)