Skip to content

Commit 75af4c0

Browse files
committed
fixed isort
1 parent 598c1af commit 75af4c0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

hello/hello_change_log_level.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
Changes the log level of workflow task failures from WARN to ERROR.
33
"""
44

5-
import asyncio, logging, sys
5+
import asyncio
6+
import logging
7+
import sys
8+
69
from temporalio import workflow
710
from temporalio.client import Client
811
from temporalio.worker import Worker

0 commit comments

Comments
 (0)