Skip to content

Commit ce68932

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3387532 commit ce68932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/python/fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3624,12 +3624,12 @@ def arg1():
36243624

36253625
def test_show_fixtures_return_annotation(self, pytester: Pytester) -> None:
36263626
p = pytester.makepyfile(
3627-
'''
3627+
"""
36283628
import pytest
36293629
@pytest.fixture
36303630
def six() -> int:
36313631
return 6
3632-
'''
3632+
"""
36333633
)
36343634
result = pytester.runpytest("--fixtures", p)
36353635
result.stdout.fnmatch_lines(

0 commit comments

Comments
 (0)