update
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user