From 948fd7b8b027b944cc817161637735235e89636a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 1 Nov 2018 08:40:35 -0700 Subject: [PATCH] fixup pyupgrade crlf incorrect fixes --- testing/test_monkeypatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_monkeypatch.py b/testing/test_monkeypatch.py index b81a656ea..ebc233fbf 100644 --- a/testing/test_monkeypatch.py +++ b/testing/test_monkeypatch.py @@ -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) """