diff --git a/backend/api/views/annotation_relations.py b/backend/api/views/annotation_relations.py index 55db69ec..77452c5d 100644 --- a/backend/api/views/annotation_relations.py +++ b/backend/api/views/annotation_relations.py @@ -1,5 +1,4 @@ import json -import logging from django.db import IntegrityError, transaction from django.shortcuts import get_object_or_404 diff --git a/backend/api/views/relation_types.py b/backend/api/views/relation_types.py index 746a0aae..6e29c0a3 100644 --- a/backend/api/views/relation_types.py +++ b/backend/api/views/relation_types.py @@ -1,5 +1,4 @@ import json -import logging from django.db import IntegrityError, transaction from django.shortcuts import get_object_or_404