diff --git a/taiga/base/throttling.py b/taiga/base/throttling.py index d4d3a361..086f9660 100644 --- a/taiga/base/throttling.py +++ b/taiga/base/throttling.py @@ -16,8 +16,10 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from taiga.base.api import throttling from django.conf import settings +from django.core.exceptions import ImproperlyConfigured + +from taiga.base.api import throttling from ipware.ip import get_ip from netaddr import all_matching_cidrs from netaddr.core import AddrFormatError