mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 02:01:03 +01:00 
			
		
		
		
	PEP8
This commit is contained in:
		
							parent
							
								
									31aa7bd8d1
								
							
						
					
					
						commit
						b92a8e6e4a
					
				@ -468,7 +468,7 @@ class MediaRepository(object):
 | 
			
		||||
        thumbnails = {}
 | 
			
		||||
        for r_width, r_height, r_method, r_type in requirements:
 | 
			
		||||
            if r_method == "crop":
 | 
			
		||||
                thumbnails.setdefault((r_width, r_height,r_type), r_method)
 | 
			
		||||
                thumbnails.setdefault((r_width, r_height, r_type), r_method)
 | 
			
		||||
            elif r_method == "scale":
 | 
			
		||||
                t_width, t_height = thumbnailer.aspect(r_width, r_height)
 | 
			
		||||
                t_width = min(m_width, t_width)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user