D404: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:39:06 +02:00
parent 34816013ad
commit ef5ab0c2f4
10 changed files with 14 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ class AsyncResult[R]:
@dataclass
class AsyncContext:
"""This class stores thread-local data."""
"""Stores thread-local data."""
prefix: str | None = None # prefix for logging
stdout: IO[bytes] | None = None # stdout of subprocesses