[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2021-11-26 14:46:46 +00:00 committed by Florian Bruhin
parent 70b989d517
commit 2c981ee07d
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ class Item(Node):
def runtest(self) -> None:
"""Run the test case for this item.
Must be implemented by subclasses.
.. seealso:: :ref:`non-python tests`