mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
pep8: Add compliance with rule E261 to commands/profile_request.py.
This commit is contained in:
committed by
Tim Abbott
parent
bf24e0c9db
commit
b07273c2d0
@@ -29,7 +29,7 @@ class MockRequest(HttpRequest):
|
|||||||
"num_before": 1200,
|
"num_before": 1200,
|
||||||
"num_after": 200
|
"num_after": 200
|
||||||
}
|
}
|
||||||
self.GET = {} # type: Dict[Any, Any]
|
self.GET = {} # type: Dict[Any, Any]
|
||||||
self.session = MockSession()
|
self.session = MockSession()
|
||||||
|
|
||||||
def get_full_path(self):
|
def get_full_path(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user