mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	black: Reformat with Black 23.
Black 23 enforces some slightly more specific rules about empty line counts and redundant parenthesis removal, but the result is still compatible with Black 22. (This does not actually upgrade our Python environment to Black 23 yet.) Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							bbf5b3d6ce
						
					
				
				
					commit
					df001db1a9
				
			| @@ -457,7 +457,6 @@ def check_widget_content(widget_content: object) -> Dict[str, Any]: | ||||
|         raise ValidationError("extra_data is not a dict") | ||||
|  | ||||
|     if widget_type == "zform": | ||||
|  | ||||
|         if "type" not in extra_data: | ||||
|             raise ValidationError("zform is missing type field") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user