mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	python: Strip leading and trailing spaces from docstrings.
This is enforced by Black ≥ 21.4b0. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ad0be6cea1
						
					
				
				
					commit
					d0c6f4f400
				
			@@ -337,7 +337,7 @@ def render_curl_example(
 | 
			
		||||
    exclude: Optional[List[str]] = None,
 | 
			
		||||
    include: Optional[List[str]] = None,
 | 
			
		||||
) -> List[str]:
 | 
			
		||||
    """ A simple wrapper around generate_curl_example. """
 | 
			
		||||
    """A simple wrapper around generate_curl_example."""
 | 
			
		||||
    parts = function.split(":")
 | 
			
		||||
    endpoint = parts[0]
 | 
			
		||||
    method = parts[1]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user