pythonrc: Clean up type ignores.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-08-09 15:30:33 -07:00
parent b320b8c37f
commit 906af61d20

View File

@@ -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