pep8: Add compliance with rule E261 zilencer/urls.py.

This commit is contained in:
Aditya Bansal 2017-06-01 00:56:30 +05:30 committed by Tim Abbott
parent 717e5ae393
commit bcc247a5b1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from zerver.lib.rest import rest_dispatch
import zilencer.views
import zerver.views.report
i18n_urlpatterns = [] # type: Any
i18n_urlpatterns = [] # type: Any
# Zilencer views following the REST API style
v1_api_and_json_patterns = [