mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
		| @@ -299,6 +299,7 @@ class TagRequests(object): | ||||
|     def process_view(self, request, view_func, args, kwargs): | ||||
|         # type: (HttpRequest, Callable[..., HttpResponse], *str, **Any) -> None | ||||
|         self.process_request(request) | ||||
|  | ||||
|     def process_request(self, request): | ||||
|         # type: (HttpRequest) -> None | ||||
|         if request.path.startswith("/api/") or request.path.startswith("/json/"): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user