summaryrefslogtreecommitdiff
path: root/_test/test_literal.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-12 12:13:34 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-12 12:13:34 +0200
commit2ea4de43fe2e0160e27b605f2c65f33c5a2083d7 (patch)
treeddd268394e9fa05011585fd326cb4f635f0510a1 /_test/test_literal.py
parentae5b5638efc9f20c027aac28f52dbfe0fc955998 (diff)
downloadruamel.yaml-2ea4de43fe2e0160e27b605f2c65f33c5a2083d7.tar.gz
update to flake8==3.3.0 with --ignore F405
Diffstat (limited to '_test/test_literal.py')
-rw-r--r--_test/test_literal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_literal.py b/_test/test_literal.py
index 6068b3a..1bb8367 100644
--- a/_test/test_literal.py
+++ b/_test/test_literal.py
@@ -112,7 +112,7 @@ class TestNoIndent:
{s}
""".format(s=s))
print(d)
- assert d == (s + '\n')*2
+ assert d == (s + '\n') * 2
def test_top_literal_scalar_no_indent_special(self):
yaml = YAML()