8000 last one · SnarkyPapi/server-client-python@c0670f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0670f2

Browse files
committed
last one
1 parent 9377d91 commit c0670f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tableauserverclient/server/endpoint/metadata_endpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def query(self, query, abort_on_error=False):
2424

2525
# Setting content type because post_reuqest defaults to text/xml
2626
server_response = self.post_request(url, graphql_query, content_type='text/json')
27-
breakpoint()
2827
results = server_response.json()
2928

3029
if abort_on_error and results.get('errors', None):

0 commit comments

Comments
 (0)
0