From fd927087f1e9ec3efab428f0543335268988c8f7 Mon Sep 17 00:00:00 2001 From: "xuheng.zong" <79689669+noHairMan@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:10:10 +0800 Subject: [PATCH] fix: Fix incorrect signal import (#308) * fix: Fix incorrect signal import * lint --------- Co-authored-by: Stan Triepels <1939656+GDay@users.noreply.github.com> --- django_q/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_q/conf.py b/django_q/conf.py index 62bcf96..e240294 100644 --- a/django_q/conf.py +++ b/django_q/conf.py @@ -1,9 +1,9 @@ import logging import os +import signal import sys from copy import deepcopy from multiprocessing import cpu_count -from signal import signal from warnings import warn from django.conf import settings