Browse Source

Removed Uselss imports

pull/1384/head
Davide Allavena 3 years ago
parent
commit
d7ee28569a
2 changed files with 0 additions and 2 deletions
  1. 1
      backend/api/views/annotation_relations.py
  2. 1
      backend/api/views/relation_types.py

1
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

1
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

Loading…
Cancel
Save