This commit is contained in:
2025-05-30 18:18:42 -03:00
parent f8c40473e4
commit 47b3381108
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ class BatchProcessor(AbstractContextManager):
return self
def __enter__(self):
def __enter__(self) -> Self:
"""Remove results from previous execution."""
self.successes.clear()
self.failures.clear()