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)