Skip to content

Commit aa7287f

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_leaks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
IS_PYPY = platform.python_implementation() == "PyPy"
99
GIL_ENABLED = getattr(sys, "_is_gil_enabled", lambda: True)()
1010

11+
1112
@pytest.mark.parametrize(
1213
("script"),
1314
(

0 commit comments

Comments
 (0)