mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
pythonrc: Clean up type ignores.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
try:
|
||||
from django.conf import settings
|
||||
from zerver.models import *
|
||||
from zerver.lib.actions import * # type: ignore # Otherwise have duplicate imports with previous line
|
||||
from zerver.lib.actions import *
|
||||
from analytics.models import *
|
||||
except Exception:
|
||||
import traceback
|
||||
|
||||
Reference in New Issue
Block a user