Skip to content

Commit

Permalink
[Fix] Unexpected indentation. [docutils]
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Jan 22, 2025
1 parent e95432c commit 18b3846
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otcextensions/sdk/function_graph/v2/_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ def update_function_code(self, function, **attrs):
:param function: The URN or instance of the Function to update.
:param attrs: Attributes for updating the function code. These include:
code_type: Function code type. Options:
* `inline`: Inline code.
* `zip`: ZIP file.
* `obs`: Function code stored in an OBS bucket.
* `jar`: JAR file (mainly for Java functions).
* `inline`: Inline code.
* `zip`: ZIP file.
* `obs`: Function code stored in an OBS bucket.
* `jar`: JAR file (mainly for Java functions).
code_url: If `code_type` is set to `obs`, enter the OBS URL
of the function code package. Leave this parameter blank if
Expand Down

0 comments on commit 18b3846

Please sign in to comment.