Skip to content

Commit bf90fca

Browse files
committed
docs: fix docstring
1 parent 36b450b commit bf90fca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/_pytest/fixtures.py

-3
Original file line numberDiff line numberDiff line change
@@ -1184,10 +1184,7 @@ def __call__(self, function: FixtureFunction) -> "FixtureFunctionDefinition":
11841184
return fixture_definition
11851185

11861186

1187-
# TODO: write docstring
11881187
class FixtureFunctionDefinition:
1189-
"""Since deco_fixture is now an instance of FixtureFunctionDef the getsource function will not work on it."""
1190-
11911188
def __init__(
11921189
self,
11931190
function: Callable[..., Any],

0 commit comments

Comments
 (0)