Skip to content

Commit 1d4186c

Browse files
committed
Remove unnecessary allow_duplicate_keys.
1 parent d6fc9e1 commit 1d4186c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/docsite/reformat-yaml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
def main() -> None:
1313
yaml = YAML(typ='rt')
1414
yaml.indent(mapping=2, sequence=4, offset=2)
15-
yaml.allow_duplicate_keys = True
1615

1716
# Load
1817
data = yaml.load(sys.stdin)

0 commit comments

Comments
 (0)