mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
pep8: Add compliance with rule E261 scripts/lib/pythonrc.py.
This commit is contained in:
committed by
Tim Abbott
parent
5989c88545
commit
dee726f234
@@ -2,7 +2,7 @@ from __future__ import print_function
|
||||
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 * # type: ignore # Otherwise have duplicate imports with previous line
|
||||
from analytics.models import *
|
||||
except Exception:
|
||||
import traceback
|
||||
|
||||
Reference in New Issue
Block a user