Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
cirun authored and cirun committed Mar 24, 2022
1 parent 0bbf8b0 commit 1669302
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckanext/harvest/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class DefaultTranslation():

if p.toolkit.check_ckan_version(min_version='2.9.0'):
from ckanext.harvest.plugin.flask_plugin import MixinPlugin
elif p.toolkit.check_ckan_version(min_version='2.10.0'):
from ckanext.harvest.plugin.harvest_plugin_extended import MixinPlugin
else:
from ckanext.harvest.plugin.pylons_plugin import MixinPlugin

Expand Down

0 comments on commit 1669302

Please sign in to comment.