Skip to content

Commit b5a86c7

Browse files
pre-commit-ci[bot]kianelbo
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b28d130 commit b5a86c7

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
@@ -3625,12 +3625,12 @@ def arg1():
36253625

36263626
def test_show_fixtures_return_annotation(self, pytester: Pytester) -> None:
36273627
p = pytester.makepyfile(
3628-
'''
3628+
"""
36293629
import pytest
36303630
@pytest.fixture
36313631
def six() -> int:
36323632
return 6
3633-
'''
3633+
"""
36343634
)
36353635
result = pytester.runpytest("--fixtures", p)
36363636
result.stdout.fnmatch_lines(

0 commit comments

Comments
 (0)