8000 style: black · tableau/server-client-python@db6a727 · GitHub
[go: up one dir, main page]

Skip to content

Commit db6a727

Browse files
committed
style: black
1 parent db8a9ae commit db6a727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tableauserverclient/server/endpoint/virtual_connections_endpoint.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ def publish(
111111
publish_as_draft: bool = False,
112112
) -> VirtualConnectionItem:
113113
"""
114-
Publish a virtual connection to the server.
114+
Publish a virtual connection to the server.
115115
116116
For the virtual_connection object, name, project_id, and owner_id are
117117
required.
118118
119119
The virtual_connection_content can be a json string or a file path to a
120-
json file.
120+
json file.
121121
122122
The mode can be "CreateNew" or "Overwrite". If mode is
123123
"Overwrite" and the virtual connection already exists, it will be
124-
overwritten.
124+
overwritten.
125125
126126
If publish_as_draft is True, the virtual connection will be published
127127
as a draft, and the id of the draft will be on the response object.

0 commit comments

Comments
 (0)
0