Skip to content

Commit 63d4e1e

Browse files
committed
missing import
1 parent 89a7e6c commit 63d4e1e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ckanext/fluent/helpers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from ckan.lib.i18n import get_available_locales
22

3-
from ckan.plugins.toolkit import h, chained_helper, get_action
3+
from ckan.plugins.toolkit import (
4+
h, chained_helper, get_action, NotFound, NotAuthorized
5+
)
46

57

68
def fluent_form_languages(field=None, entity_type=None, object_type=None,

0 commit comments

Comments
 (0)