Skip to content

Commit a620459

Browse files
authored
Merge pull request #120 from opendata-swiss/remove_config_declarations
Move config declaration to I14Y Class
2 parents 3583757 + 50908bd commit a620459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/dcatapchharvest/harvesters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
log = logging.getLogger(__name__)
1818

1919

20-
@tk.blanket.config_declarations
2120
class SwissDCATRDFHarvester(DCATRDFHarvester):
2221
p.implements(IDCATRDFHarvester, inherit=True)
2322

@@ -204,6 +203,7 @@ def _derive_flat_title(title_dict):
204203
)
205204

206205

206+
@tk.blanket.config_declarations
207207
class SwissDCATI14YRDFHarvester(SwissDCATRDFHarvester):
208208

209209
def info(self):

0 commit comments

Comments
 (0)