From a8cf963deece901f9019494c8d8f1c329d47a07b Mon Sep 17 00:00:00 2001 From: tyrin Date: Sun, 18 May 2025 15:30:28 +0300 Subject: [PATCH] update --- management/commands/load_survey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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