Skip to content

Commit

Permalink
Merge pull request #6 from qld-gov-au/develop
Browse files Browse the repository at this point in the history
Develop to master - fix mixin selection
  • Loading branch information
duttonw authored Sep 28, 2022
2 parents aa2c644 + e48f372 commit 0bbacdb
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 0bbacdb

Please sign in to comment.