Skip to content

Commit a7cbf40

Browse files
jacalataCopilot
andauthored
Update tableauserverclient/server/endpoint/workbooks_endpoint.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a4e85be commit a7cbf40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def refresh(self, workbook_item: Union[WorkbookItem, str], incremental: bool = F
145145
id_ = getattr(workbook_item, "id", workbook_item)
146146
url = f"{self.baseurl}/{id_}/refresh"
147147
refresh_req = RequestFactory.Task.refresh_req(incremental, self.parent_srv)
148-
server_response = None
149148
try:
150149
server_response = self.post_request(url, refresh_req)
151150
except ServerResponseError as e:

0 commit comments

Comments
 (0)