mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	python: Excise None from pointlessly nullable booleans.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							af30538a65
						
					
				
				
					commit
					fd16f97d6b
				
			@@ -186,7 +186,7 @@ class SubscriptionStreamDict(TypedDict):
 | 
			
		||||
    email_notifications: Optional[bool]
 | 
			
		||||
    first_message_id: Optional[int]
 | 
			
		||||
    history_public_to_subscribers: bool
 | 
			
		||||
    in_home_view: Optional[bool]
 | 
			
		||||
    in_home_view: bool
 | 
			
		||||
    # Bug: invite_only should be bool.
 | 
			
		||||
    invite_only: Optional[bool]
 | 
			
		||||
    is_announcement_only: bool
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user