mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	ruff: Fix SIM118 Use key in dict instead of key in dict.keys().
				
					
				
			Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							a6442288cf
						
					
				
				
					commit
					e1ed44907b
				
			| @@ -77,7 +77,7 @@ def get_next_hotspots(user: UserProfile) -> List[Dict[str, object]]: | ||||
|     seen_hotspots = frozenset( | ||||
|         UserHotspot.objects.filter(user=user).values_list("hotspot", flat=True) | ||||
|     ) | ||||
|     for hotspot in INTRO_HOTSPOTS.keys(): | ||||
|     for hotspot in INTRO_HOTSPOTS: | ||||
|         if hotspot not in seen_hotspots: | ||||
|             return [ | ||||
|                 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user