Skip to content

Commit 0619c94

Browse files
committed
fix(syntax): import;
- Missing import.
1 parent 6b0f341 commit 0619c94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ckanext/recombinant/logic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from ckanext.recombinant.tables import get_geno, get_chromo
1515
from ckanext.recombinant.errors import (
1616
RecombinantException,
17-
RecombinantConfigurationError
17+
RecombinantConfigurationError,
18+
format_trigger_error
1819
)
1920
from ckanext.recombinant.datatypes import datastore_type
2021
from ckanext.recombinant.helpers import _read_choices_file

0 commit comments

Comments
 (0)