From 2e399da9e6bfbbc79a91d9df5e4fa9a8763f2b97 Mon Sep 17 00:00:00 2001 From: Mark Calvert Date: Tue, 9 Mar 2021 15:04:21 -0700 Subject: [PATCH] Removed import ipdb because this package is only installed in dev-requirments.txt --- ckanext/fortify/anti_csrf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ckanext/fortify/anti_csrf.py b/ckanext/fortify/anti_csrf.py index 58b9510..f02a6e4 100644 --- a/ckanext/fortify/anti_csrf.py +++ b/ckanext/fortify/anti_csrf.py @@ -1,4 +1,3 @@ -import ipdb import ckan.lib.base as base from six.moves.urllib import parse