mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 zilencer/urls.py.
This commit is contained in:
parent
717e5ae393
commit
bcc247a5b1
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue