Skip to content

Commit c2af35f

Browse files
committed
reformat with updated black
1 parent da8d120 commit c2af35f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

samples/login.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import tableauserverclient as TSC
1212
import env
1313

14+
1415
# If a sample has additional arguments, then it should copy this code and insert them after the call to
1516
# sample_define_common_options
1617
# If it has no additional arguments, it can just call this method

tableauserverclient/server/endpoint/endpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def _make_request(
133133
content_type: Optional[str] = None,
134134
parameters: Optional[Dict[str, Any]] = None,
135135
) -> "Response":
136-
137136
parameters = Endpoint.set_parameters(
138137
self.parent_srv.http_options, auth_token, content, content_type, parameters
139138
)

tableauserverclient/server/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def __init__(self, server_address, use_server_version=False, http_options=None,
111111
self.use_server_version() # this makes a server call
112112

113113
def validate_connection_settings(self):
114-
115114
try:
116115
params = Endpoint(self).set_parameters(self._http_options, None, None, None, None)
117116
Endpoint.set_user_agent(params)

0 commit comments

Comments
 (0)