Skip to content

Commit 27cea34

Browse files
committed
Remove trailing whitespace
1 parent c3ba922 commit 27cea34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_assertrewrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_place_initial_imports(self):
6666
s = """'Doc string'\nother = stuff"""
6767
m = rewrite(s)
6868
# Module docstrings in 3.7 are part of Module node, it's not in the body
69-
# so we remove it so the following body items have the same indexes on
69+
# so we remove it so the following body items have the same indexes on
7070
# all Python versions
7171
if sys.version_info < (3, 7):
7272
assert isinstance(m.body[0], ast.Expr)

0 commit comments

Comments
 (0)