Skip to content

Commit

Permalink
Merge pull request #5 from qld-gov-au/code_improvements
Browse files Browse the repository at this point in the history
fix selection of mix-in plugin
  • Loading branch information
duttonw authored Sep 28, 2022
2 parents 5f94c2b + 2e58c18 commit e48f372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/validation_schema_generator/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from .logic import action, auth, validators

if helpers.is_ckan_29():
from .pylons_plugin import MixinPlugin
else:
from .flask_plugin import MixinPlugin
else:
from .pylons_plugin import MixinPlugin


log = logging.getLogger(__name__)
Expand Down

0 comments on commit e48f372

Please sign in to comment.