diff --git a/management/commands/load_survey.py b/management/commands/load_survey.py index c51f04c..553160b 100644 --- a/management/commands/load_survey.py +++ b/management/commands/load_survey.py @@ -5,7 +5,7 @@ from astropy.io import fits from django.core.management.base import BaseCommand from django.db import transaction -from uplim.models import Pixel#, Survey +from uplim.models import Pixel from django.db.models import Max from itertools import islice