Skip to content

Commit 36f087f

Browse files
committed
Run yapf
1 parent ffbcece commit 36f087f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pytest_trio/_tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import pytest
44
import warnings
55
warnings.filterwarnings(
6-
"default", category=pytest.RemovedInPytest4Warning,
6+
"default",
7+
category=pytest.RemovedInPytest4Warning,
78
message=".*non-top-level conftest.*",
89
)
910

0 commit comments

Comments
 (0)