From a46b56737c6c4e1dafdcdecf73d9f5cb0bf2afc6 Mon Sep 17 00:00:00 2001 From: Sebastian Bischoff Date: Sun, 7 Jun 2020 17:21:22 +0200 Subject: [PATCH] Add import for CartoException in SQL API example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd2261c..24fcbe6 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Making requests to the SQL API is pretty straightforward: ```python from carto.sql import SQLClient +from carto.exceptions import CartoException sql = SQLClient(auth_client)