actions: Delete zerver.lib.actions.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit cc30ed8ec7)
This commit is contained in:
Anders Kaseorg
2022-04-13 15:48:36 -07:00
committed by Tim Abbott
parent 9c927e40d6
commit 4d0ddf483d
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