pep8: Add compliance with rule E261 scripts/lib/pythonrc.py.

This commit is contained in:
Aditya Bansal
2017-06-01 00:54:04 +05:30
committed by Tim Abbott
parent 5989c88545
commit dee726f234

View File

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