mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	python: Delete superfluous parens.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							e0d3176098
						
					
				
				
					commit
					28597365da
				
			@@ -183,7 +183,7 @@ class APIArgumentsTablePreprocessor(Preprocessor):
 | 
			
		||||
                    required=required_block,
 | 
			
		||||
                    deprecated=deprecated_block,
 | 
			
		||||
                    description=md_engine.convert(description),
 | 
			
		||||
                    type=(data_type),
 | 
			
		||||
                    type=data_type,
 | 
			
		||||
                    object_details=object_block,
 | 
			
		||||
                )
 | 
			
		||||
            )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user