mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	ruff: Fix RUF059 Unpacked variable is never used.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							fa4d680851
						
					
				
				
					commit
					f24a0a6b81
				
			| @@ -1151,7 +1151,7 @@ def find_first_unread_anchor( | ||||
|     ) | ||||
|     query = query.add_columns(column("flags", Integer)) | ||||
|  | ||||
|     query, is_search, is_dm_narrow = add_narrow_conditions( | ||||
|     query, _is_search, is_dm_narrow = add_narrow_conditions( | ||||
|         user_profile=user_profile, | ||||
|         inner_msg_id_col=inner_msg_id_col, | ||||
|         query=query, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user