mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							e56863fa85
						
					
				
				
					commit
					93198a19ed
				
			@@ -160,9 +160,11 @@ def get_issue_body(helper: Helper) -> str:
 | 
			
		||||
        action=action,
 | 
			
		||||
        url=issue["html_url"].tame(check_string),
 | 
			
		||||
        number=issue["number"].tame(check_int),
 | 
			
		||||
        message=None
 | 
			
		||||
        if action in ("assigned", "unassigned")
 | 
			
		||||
        else issue["body"].tame(check_none_or(check_string)),
 | 
			
		||||
        message=(
 | 
			
		||||
            None
 | 
			
		||||
            if action in ("assigned", "unassigned")
 | 
			
		||||
            else issue["body"].tame(check_none_or(check_string))
 | 
			
		||||
        ),
 | 
			
		||||
        title=issue["title"].tame(check_string) if include_title else None,
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user