diff --git a/doc/copy_queries.md b/doc/copy_queries.md index 41be7d15..7b4230c5 100644 --- a/doc/copy_queries.md +++ b/doc/copy_queries.md @@ -159,7 +159,6 @@ The SQL needs to be URL-encoded before being embedded in the CURL command, so th The Python to "copy to" is very simple, because the HTTP call is a simple get. The only complexity in this example is at the end, where the result is streamed back block-by-block, to avoid pulling the entire download into memory before writing to file. -<<<<<<< HEAD ```python import requests import re