From d25a8d9d468d6f4fc1ce8edf66182d44d176c411 Mon Sep 17 00:00:00 2001 From: Glyphack Date: Thu, 20 Jun 2024 15:47:52 +0200 Subject: [PATCH] docs: fix docstring --- src/_pytest/fixtures.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/_pytest/fixtures.py b/src/_pytest/fixtures.py index 7db3aa06f..7e81b4293 100644 --- a/src/_pytest/fixtures.py +++ b/src/_pytest/fixtures.py @@ -1184,10 +1184,7 @@ class FixtureFunctionMarker: return fixture_definition -# TODO: write docstring class FixtureFunctionDefinition: - """Since deco_fixture is now an instance of FixtureFunctionDef the getsource function will not work on it.""" - def __init__( self, function: Callable[..., Any],