From 3df260bbb11196094eb5e8fd574ef58490de2553 Mon Sep 17 00:00:00 2001 From: jyong <718720800@qq.com> Date: Wed, 25 Dec 2024 23:31:43 +0800 Subject: [PATCH] py lint --- api/schedule/mail_clean_document_notify_task.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/schedule/mail_clean_document_notify_task.py b/api/schedule/mail_clean_document_notify_task.py index 49f8c6f834a017..6a31b4dec7a729 100644 --- a/api/schedule/mail_clean_document_notify_task.py +++ b/api/schedule/mail_clean_document_notify_task.py @@ -3,7 +3,6 @@ import click from celery import shared_task # type: ignore -from flask import render_template from extensions.ext_mail import mail from models.account import Account, Tenant, TenantAccountJoin