mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
management: Remove unused imports from print_email_delivery_backlog.
This commit is contained in:
@@ -8,13 +8,12 @@ from __future__ import absolute_import
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from django.conf import settings
|
|
||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from django.utils.timezone import now as timezone_now
|
from django.utils.timezone import now as timezone_now
|
||||||
|
|
||||||
from zerver.models import ScheduledEmail
|
from zerver.models import ScheduledEmail
|
||||||
|
|
||||||
from datetime import datetime, timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
help = """Shows backlog count of ScheduledEmail
|
help = """Shows backlog count of ScheduledEmail
|
||||||
|
|||||||
Reference in New Issue
Block a user