Skip to content

Commit b00625d

Browse files
committed
fix: code style
1 parent 7db2360 commit b00625d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb_client/service/invocable_scripts_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def get_scripts_id_with_http_info(self, script_id, **kwargs): # noqa: E501,D401
339339
def patch_scripts_id(self, script_id, script_update_request, **kwargs): # noqa: E501,D401,D403
340340
"""Update a script.
341341
342-
Updates properties (`name`, `description`, and `script`) of an invocable script.
342+
Updates properties (`name`, `description`, and `script`) of an invocable script.
343343
This method makes a synchronous HTTP request by default. To make an
344344
asynchronous HTTP request, please pass async_req=True
345345
>>> thread = api.patch_scripts_id(script_id, script_update_request, async_req=True)
@@ -362,7 +362,7 @@ def patch_scripts_id(self, script_id, script_update_request, **kwargs): # noqa:
362362
def patch_scripts_id_with_http_info(self, script_id, script_update_request, **kwargs): # noqa: E501,D401,D403
363363
"""Update a script.
364364
365-
Updates properties (`name`, `description`, and `script`) of an invocable script.
365+
Updates properties (`name`, `description`, and `script`) of an invocable script.
366366
This method makes a synchronous HTTP request by default. To make an
367367
asynchronous HTTP request, please pass async_req=True
368368
>>> thread = api.patch_scripts_id_with_http_info(script_id, script_update_request, async_req=True)

0 commit comments

Comments
 (0)