Skip to content

Commit

Permalink
pep8: Add compliance with rule E261 to zerver/views/integrations.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
adnrs96 committed May 17, 2017
1 parent fe3b42c commit 1979476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerver/views/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def get_context_data(self, **kwargs):

def api_endpoint_docs(request):
# type: (HttpRequest) -> HttpResponse
context = {} # type: Dict[str, Any]
context = {} # type: Dict[str, Any]
add_api_uri_context(context, request)

raw_calls = open('templates/zerver/api_content.json', 'r').read()
Expand Down

0 comments on commit 1979476

Please sign in to comment.