mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	python: Elide unnecessary list wrappers.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							eff0a73925
						
					
				
				
					commit
					2665a3ce2b
				
			| @@ -30,4 +30,5 @@ def time_range( | ||||
|     while current >= start: | ||||
|         times.append(current) | ||||
|         current -= step | ||||
|     return list(reversed(times)) | ||||
|     times.reverse() | ||||
|     return times | ||||
|   | ||||
		Reference in New Issue
	
	Block a user