mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +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_after": 200
|
||||
}
|
||||
self.GET = {} # type: Dict[Any, Any]
|
||||
self.GET = {} # type: Dict[Any, Any]
|
||||
self.session = MockSession()
|
||||
|
||||
def get_full_path(self):
|
||||
|
||||
Reference in New Issue
Block a user