From d7ee28569a7ec17049b8a3ffea3b9069ac36325b Mon Sep 17 00:00:00 2001 From: Davide Allavena Date: Mon, 31 May 2021 09:40:18 +0200 Subject: [PATCH] Removed Uselss imports --- backend/api/views/annotation_relations.py | 1 - backend/api/views/relation_types.py | 1 - 2 files changed, 2 deletions(-) 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