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

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)
"""