chore(base): correct pylint error W0611:unused-import

ref: #765
This commit is contained in:
2025-05-18 05:47:15 +09:30
parent d5b3883195
commit 69d915079b

View File

@ -4,7 +4,6 @@ import os
from django.conf import settings
from celery import Celery, signals
from celery.fixups.django import DjangoFixup
from pathlib import Path