Fix docstrings with last version of hf-doc-builder styler (#18581)

* Fix docstrings with last version of hf-doc-builder styler

* Remove empty Parameter block
This commit is contained in:
Sylvain Gugger
2022-08-11 10:35:47 -04:00
committed by GitHub
parent 42b8940b34
commit c23cbdff4c
16 changed files with 0 additions and 30 deletions

View File

@@ -1286,7 +1286,6 @@ def pytest_terminal_summary_main(tr, id):
there.
Args:
- tr: `terminalreporter` passed from `conftest.py`
- id: unique id like `tests` or `examples` that will be incorporated into the final reports filenames - this is
needed as some jobs have multiple runs of pytest, so we can't have them overwrite each other.