mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	pep8: Add compliance with rule E261 to sessions.py.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							94b7e4de9e
						
					
				
				
					commit
					df2b49af66
				
			| @@ -32,7 +32,7 @@ def user_sessions(user_profile): | ||||
|  | ||||
| def delete_session(session): | ||||
|     # type: (Session) -> None | ||||
|     session_engine.SessionStore(session.session_key).delete() # type: ignore # import_module | ||||
|     session_engine.SessionStore(session.session_key).delete()  # type: ignore # import_module | ||||
|  | ||||
| def delete_user_sessions(user_profile): | ||||
|     # type: (UserProfile) -> None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user