summaryrefslogtreecommitdiff
path: root/_test/roundtrip.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/roundtrip.py
parentae5b5638efc9f20c027aac28f52dbfe0fc955998 (diff)
downloadruamel.yaml-2ea4de43fe2e0160e27b605f2c65f33c5a2083d7.tar.gz
update to flake8==3.3.0 with --ignore F405
Diffstat (limited to '_test/roundtrip.py')
-rw-r--r--_test/roundtrip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/roundtrip.py b/_test/roundtrip.py
index ac41e7b..f226e38 100644
--- a/_test/roundtrip.py
+++ b/_test/roundtrip.py
@@ -19,7 +19,7 @@ def dedent(data):
except ValueError:
pass
else:
- data = data[position_of_first_newline+1:]
+ data = data[position_of_first_newline + 1:]
return textwrap.dedent(data)