Skip to content

Commit 948fd7b

Browse files
authored
fixup pyupgrade crlf incorrect fixes
1 parent d4ca634 commit 948fd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_monkeypatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def test_importerror(testdir):
339339
)
340340
testdir.tmpdir.join("test_importerror.py").write(
341341
textwrap.dedent(
342-
r"""\
342+
"""\
343343
def test_importerror(monkeypatch):
344344
monkeypatch.setattr('package.a.x', 2)
345345
"""

0 commit comments

Comments
 (0)