actions: Delete zerver.lib.actions.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-04-13 15:48:36 -07:00
parent 729019acdd
commit cc30ed8ec7
12 changed files with 12 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ try:
from django.conf import settings # noqa: F401
from analytics.models import * # noqa: F401, F403
from zerver.lib.actions import * # noqa: F401, F403
from zerver.models import * # noqa: F401, F403
except Exception:
import traceback