We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7516d commit e79ed7eCopy full SHA for e79ed7e
tests/worker/test_workflow.py
@@ -5672,11 +5672,11 @@ async def _run_workflow_and_get_warning(self) -> bool:
5672
== "Deliberately failing post-ContinueAsNew run"
5673
)
5674
5675
- unfinished_handler_warning_emitted = any(
5676
- issubclass(w.category, self._unfinished_handler_warning_cls)
5677
- for w in warnings
5678
- )
5679
- return unfinished_handler_warning_emitted
+ unfinished_handler_warning_emitted = any(
+ issubclass(w.category, self._unfinished_handler_warning_cls)
+ for w in warnings
+ )
+ return unfinished_handler_warning_emitted
5680
5681
@property
5682
def _unfinished_handler_warning_cls(self) -> Type:
0 commit comments