From 7a3128a3f8eefb1d19a66688eb9c98bd61acd0c1 Mon Sep 17 00:00:00 2001 From: David Read Date: Fri, 28 Sep 2018 14:03:49 +0000 Subject: [PATCH] This file got a pep8 error in the merge yesterday, and the file seems superfluous. --- ckanext/datastore/tests/test_configure.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ckanext/datastore/tests/test_configure.py diff --git a/ckanext/datastore/tests/test_configure.py b/ckanext/datastore/tests/test_configure.py deleted file mode 100644 index cd4d6f168ef..00000000000 --- a/ckanext/datastore/tests/test_configure.py +++ /dev/null @@ -1,13 +0,0 @@ -# encoding: utf-8 - -import unittest - -import ckan.plugins -import nose.tools -import pyutilib.component.core - - -import ckanext.datastore.plugin as plugin - -class InvalidUrlsOrPermissionsException(Exception): - pass