Skip to content

Commit 0e5ce78

Browse files
committed
cleanup
1 parent c746957 commit 0e5ce78

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tableauserverclient/server/request_factory.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,11 +1115,6 @@ def create_extract_req(self, xml_request: ET.Element, extract_item: "TaskItem")
11151115

11161116

11171117
class FlowTaskRequest(object):
1118-
@_tsrequest_wrapped
1119-
def run_req(self, xml_request, task_item):
1120-
# Send an empty tsRequest
1121-
pass
1122-
11231118
@_tsrequest_wrapped
11241119
def create_flow_task_req(self, xml_request: ET.Element, flow_item: "TaskItem") -> bytes:
11251120
flow_element = ET.SubElement(xml_request, "runFlow")

0 commit comments

Comments
 (0)