Skip to content

Commit fb7488e

Browse files
committed
Add missing Yields section to the documentation
This is necessary because now we are checking for docs style in tests and benchmarks too. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b7955da commit fb7488e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/utils/test_file_watcher.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ async def fake_awatch(
3939
Args:
4040
*paths: Paths to watch.
4141
**kwargs: Keyword arguments to pass to the awatch function.
42+
43+
Yields:
44+
The file changes in the sequence provided to the constructor.
4245
"""
4346
for change in self.changes:
4447
yield {change}

0 commit comments

Comments
 (0)