Skip to content
Snippets Groups Projects
Commit 31a2e24f authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Remove unused lines

parent e6d2a511
No related branches found
No related tags found
2 merge requests!8update dev-nico to make small changes,!7Add script csv gen
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
from django.db import models from django.db import models
from django_filters import rest_framework as filters
from urllib.parse import urlsplit from urllib.parse import urlsplit
from django.contrib.auth.models import User from django.contrib.auth.models import User
from django.contrib.postgres.fields import ArrayField from django.contrib.postgres.fields import ArrayField
from celery.result import AsyncResult from celery.result import AsyncResult
from ldvspec.celery import app as spec_app
class DataLocation(models.Model): class DataLocation(models.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment