docs: fix docstring

This commit is contained in:
Glyphack 2024-06-20 15:47:52 +02:00
parent 91249e0d86
commit d25a8d9d46
1 changed files with 0 additions and 3 deletions

View File

@ -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],