mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
settings: Remove now-unnecessary EMAIL_DELIVERER_DISABLED setting.
This commit is contained in:
committed by
Tim Abbott
parent
1e67e0f218
commit
670c7e7ba4
@@ -1,5 +1,4 @@
|
||||
# Library code for use in management commands
|
||||
import signal
|
||||
from argparse import ArgumentParser, RawTextHelpFormatter
|
||||
from typing import Any, Dict, List, Optional
|
||||
|
||||
@@ -31,11 +30,6 @@ def check_config() -> None:
|
||||
raise CommandError(f"Error: You must set {setting_name} in /etc/zulip/settings.py.")
|
||||
|
||||
|
||||
def sleep_forever() -> None:
|
||||
while True: # nocoverage
|
||||
signal.pause()
|
||||
|
||||
|
||||
class ZulipBaseCommand(BaseCommand):
|
||||
|
||||
# Fix support for multi-line usage
|
||||
|
||||
Reference in New Issue
Block a user