Skip to content

Commit 6b96a7c

Browse files
committed
Absolutely necessary reformatting.
1 parent 8f2a255 commit 6b96a7c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

aws_doc_sdk_examples_tools/doc_gen.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,7 @@ def parse_config(doc_gen: DocGen, root: Path, config: Path, strict: bool):
398398
metadata = root / ".doc_gen/metadata"
399399
try:
400400
doc_gen.cross_blocks = set(
401-
[
402-
path.name
403-
for path in (metadata.parent / "cross-content").glob("*.xml")
404-
]
401+
[path.name for path in (metadata.parent / "cross-content").glob("*.xml")]
405402
)
406403
except Exception:
407404
pass

0 commit comments

Comments
 (0)