Skip to content

Commit bc51678

Browse files
committed
Indent properly
1 parent 9adfc6d commit bc51678

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

temporalio/worker/_worker.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ def __init__(
203203
interceptors already on the client that also implement
204204
:py:class:`Interceptor` are prepended to this list and should
205205
not be explicitly given here.
206-
build_id: A unique identifier for the current runtime, ideally provided as a
207-
representation of the complete source code. If not explicitly set, the system
208-
automatically generates a best-effort identifier by traversing and computing
209-
hashes of all modules in the codebase. In very large codebases this automatic
210-
process may significantly increase initialization time.
206+
build_id: A unique identifier for the current runtime, ideally provided as a
207+
representation of the complete source code. If not explicitly set, the system
208+
automatically generates a best-effort identifier by traversing and computing
209+
hashes of all modules in the codebase. In very large codebases this automatic
210+
process may significantly increase initialization time.
211211
Exclusive with `deployment_config`.
212212
WARNING: Deprecated. Use `deployment_config` instead.
213213
identity: Identity for this worker client. If unset, the client

0 commit comments

Comments
 (0)