From 3f37ae5f45c8f4ded7e587f746273bf99cd691cd Mon Sep 17 00:00:00 2001 From: Mark Winterbottom Date: Fri, 30 Oct 2015 16:11:25 +0000 Subject: [PATCH] Corrected docstring. --- ckanext/harvest/logic/action/delete.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ckanext/harvest/logic/action/delete.py b/ckanext/harvest/logic/action/delete.py index 3e34aff..cf22363 100644 --- a/ckanext/harvest/logic/action/delete.py +++ b/ckanext/harvest/logic/action/delete.py @@ -14,12 +14,6 @@ def harvest_source_delete(context, data_dict): which will delete the actual harvest type dataset and the HarvestSource object (via the after_delete extension point). - :param id: the name or id of the harvest source to delete - :type id: string - - :returns: the newly created harvest source - :rtype: dictionary - """ log.info('Deleting harvest source: %r', data_dict)