From 5e1aef1d08a95edac33af6e3a83d9287c053382d Mon Sep 17 00:00:00 2001 From: Rachel Knowler Date: Wed, 29 Jan 2014 10:06:32 +0100 Subject: [PATCH] Removed extra newline. --- ckanext/harvest/harvesters/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ckanext/harvest/harvesters/base.py b/ckanext/harvest/harvesters/base.py index ad3a629..5429543 100644 --- a/ckanext/harvest/harvesters/base.py +++ b/ckanext/harvest/harvesters/base.py @@ -35,7 +35,6 @@ def munge_tag(tag): return tag - class HarvesterBase(SingletonPlugin): ''' Generic class for harvesters with helper functions