We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598c1af commit 75af4c0Copy full SHA for 75af4c0
1 file changed
hello/hello_change_log_level.py
@@ -2,7 +2,10 @@
2
Changes the log level of workflow task failures from WARN to ERROR.
3
"""
4
5
-import asyncio, logging, sys
+import asyncio
6
+import logging
7
+import sys
8
+
9
from temporalio import workflow
10
from temporalio.client import Client
11
from temporalio.worker import Worker
0 commit comments