fixup pyupgrade crlf incorrect fixes
This commit is contained in:
parent
d4ca634ef6
commit
948fd7b8b0
|
@ -339,7 +339,7 @@ def test_importerror(testdir):
|
||||||
)
|
)
|
||||||
testdir.tmpdir.join("test_importerror.py").write(
|
testdir.tmpdir.join("test_importerror.py").write(
|
||||||
textwrap.dedent(
|
textwrap.dedent(
|
||||||
r"""\
|
"""\
|
||||||
def test_importerror(monkeypatch):
|
def test_importerror(monkeypatch):
|
||||||
monkeypatch.setattr('package.a.x', 2)
|
monkeypatch.setattr('package.a.x', 2)
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue