mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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:
|
try:
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from zerver.models import *
|
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 *
|
from analytics.models import *
|
||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
import traceback
|
||||||
|
|||||||
Reference in New Issue
Block a user