8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538324e commit 5653a3eCopy full SHA for 5653a3e
tableauserverclient/server/endpoint/endpoint.py
@@ -148,7 +148,7 @@ def _make_request(
148
# a request can, for stuff like publishing, spin for ages waiting for a response.
149
# we need some user-facing activity so they know it's not dead.
150
request_timeout = self.parent_srv.http_options.get("timeout") or 0
151
- server_response: Optional[Union["Response",Exception]] = self.send_request_while_show_progress_threaded(
+ server_response: Optional[Union["Response", Exception]] = self.send_request_while_show_progress_threaded(
152
method, url, parameters, request_timeout
153
)
154
logger.debug("[{}] Async request returned: received {}".format(datetime.timestamp(), server_response))
0 commit comments