Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsiftstack committed Oct 8, 2024
1 parent 995f408 commit 340554b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/examples/upload/csv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

if __name__ == "__main__":
"""
Example of uploading a CSV file from a CSV file into Sift.
Example of uploading a CSV file into Sift.
"""

load_dotenv()
Expand All @@ -26,8 +26,6 @@
# Be sure to exclude the "https://" or "http://" scheme out of the uri
"uri": sift_uri,
"apikey": apikey,
# TODO: Remove
"use_ssl": False,
}

csv_upload_service = CsvUploadService(rest_config)
Expand Down

0 comments on commit 340554b

Please sign in to comment.