Skip to content

Commit

Permalink
removal(dev): ckantoolkit;
Browse files Browse the repository at this point in the history
- Use `ckan.plugins.toolkit`
  • Loading branch information
JVickery-TBS committed Jan 21, 2025
1 parent 4dcd859 commit cc39133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/scheming/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
Invalid,
StopOnError,
_,
unicode_safe,
)

import ckanext.scheming.helpers as sh
Expand All @@ -25,6 +24,7 @@
OneOf = get_validator('OneOf')
ignore_missing = get_validator('ignore_missing')
not_empty = get_validator('not_empty')
unicode_safe = get_validator('unicode_safe')

all_validators = {}

Expand Down

0 comments on commit cc39133

Please sign in to comment.