Skip to content

Commit

Permalink
issue-1299 black line length 120
Browse files Browse the repository at this point in the history
  • Loading branch information
kykrueger committed Nov 15, 2023
1 parent a65dcca commit 2f73619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableauserverclient/server/endpoint/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _make_request(
# a request can, for stuff like publishing, spin for ages waiting for a response.
# we need some user-facing activity so they know it's not dead.
request_timeout = self.parent_srv.http_options.get("timeout") or 0
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(
method, url, parameters, request_timeout
)
logger.debug("[{}] Async request returned: received {}".format(datetime.timestamp(), server_response))
Expand Down

0 comments on commit 2f73619

Please sign in to comment.