Skip to content

Commit 3e44b99

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ def inipath(self) -> pathlib.Path | None:
11111111
def add_cleanup(self, func: _T_callback) -> _T_callback:
11121112
"""Add a function to be called when the config object gets out of
11131113
use (usually coinciding with pytest_unconfigure).
1114-
1114+
11151115
Returns the passed function.
11161116
"""
11171117
self._exit_stack.callback(func)

0 commit comments

Comments
 (0)