Skip to content

Commit f4f98ee

Browse files
committed
Fixing whitesapce
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent 6050771 commit f4f98ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

durabletask/worker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import durabletask.internal.orchestrator_service_pb2 as pb
1717
import durabletask.internal.orchestrator_service_pb2_grpc as stubs
1818
import durabletask.internal.shared as shared
19-
2019
from durabletask import task
2120

2221
TInput = TypeVar('TInput')
@@ -98,7 +97,6 @@ def __init__(self, *,
9897
self._is_running = False
9998
self._secure_channel = secure_channel
10099

101-
102100
def __enter__(self):
103101
return self
104102

0 commit comments

Comments
 (0)