From 680206a437db3877f6748e1f6f04718e3989e850 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Wed, 15 Mar 2017 12:51:56 +0100 Subject: [PATCH] Missing import --- .../cartodb_services/refactor/config/rate_limits.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/lib/python/cartodb_services/cartodb_services/refactor/config/rate_limits.py b/server/lib/python/cartodb_services/cartodb_services/refactor/config/rate_limits.py index 80d92a0..70bde8b 100644 --- a/server/lib/python/cartodb_services/cartodb_services/refactor/config/rate_limits.py +++ b/server/lib/python/cartodb_services/cartodb_services/refactor/config/rate_limits.py @@ -1,3 +1,4 @@ +import json class RateLimitsConfig(object): """ Value object that represents the configuration needed to rate-limit services