Skip to content
Snippets Groups Projects

Fix 'create_classifications' helper

Merged Manon Blanco requested to merge fix-create-classifications into master
@@ -2,7 +2,6 @@
ElementsWorker methods for classifications and ML classes.
"""
from apistar.exceptions import ErrorResponse
from peewee import IntegrityError
Loading