fixup pyupgrade crlf incorrect fixes

This commit is contained in:
Anthony Sottile 2018-11-01 08:40:35 -07:00 committed by GitHub
parent d4ca634ef6
commit 948fd7b8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def test_importerror(testdir):
)
testdir.tmpdir.join("test_importerror.py").write(
textwrap.dedent(
r"""\
"""\
def test_importerror(monkeypatch):
monkeypatch.setattr('package.a.x', 2)
"""