From 76dcc25c7e5d71cdda59ff621da5d9ad62e353fd Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 13:14:31 +0000 Subject: [PATCH] fix import --- pandora/archive/cutdetection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/cutdetection.py b/pandora/archive/cutdetection.py index fb78a75f..df6ff0dd 100644 --- a/pandora/archive/cutdetection.py +++ b/pandora/archive/cutdetection.py @@ -3,7 +3,7 @@ import subprocess import numpy as np import ox -from django.config import settings +from django.conf import settings from .utils import AspectRatio