diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-08-30 21:29:04 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-08-30 21:29:04 +0200 |
commit | a43ddb081d741ae5c536149c92ddbfbbd489fb4d (patch) | |
tree | c3320a62cbe473621d3cc132f6b5e7142fe6bfe0 /_test/test_spec_examples.py | |
parent | 209ce7fbd33c12263980c6c1468d36d0ffbf8ea7 (diff) | |
download | ruamel.yaml-a43ddb081d741ae5c536149c92ddbfbbd489fb4d.tar.gz |
default to non-braced single item mappings in flow sequences0.15.64
Diffstat (limited to '_test/test_spec_examples.py')
-rw-r--r-- | _test/test_spec_examples.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/test_spec_examples.py b/_test/test_spec_examples.py index ba38585..c95b5aa 100644 --- a/_test/test_spec_examples.py +++ b/_test/test_spec_examples.py @@ -1,3 +1,4 @@ + from roundtrip import YAML import pytest # NOQA |