mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Fixes an import cycle that breaks mypy inference with django-stubs: zproject.settings → zproject.computed_settings → zerver.lib.db → django.db → django.db.backends.base.base → django.db.backends.base.features → django.db.models.base → django.db.models.options → django.contrib.contenttypes.fields → django.contrib.contenttypes.models → confirmation.models → django.conf → zproject.settings Signed-off-by: Anders Kaseorg <anders@zulip.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| deferred_work.py | ||
| digest_emails.py | ||
| email_mirror.py | ||
| email_senders.py | ||
| embed_links.py | ||
| embedded_bots.py | ||
| invites.py | ||
| missedmessage_emails.py | ||
| missedmessage_mobile_notifications.py | ||
| outgoing_webhooks.py | ||
| queue_processors.py | ||
| test.py | ||
| user_activity_interval.py | ||
| user_activity.py | ||
| user_presence.py | ||