mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[test/helper] Fix style
Use the correct indentation to please flake8
This commit is contained in:
		| @@ -136,7 +136,7 @@ def expect_value(self, got, expected, field): | |||||||
|             self.assertEqual( |             self.assertEqual( | ||||||
|                 type_expected, type_got, |                 type_expected, type_got, | ||||||
|                 'Type mismatch for list item at index %d for field %s, expected %r, got %r' % ( |                 'Type mismatch for list item at index %d for field %s, expected %r, got %r' % ( | ||||||
|                 index, field, type_expected, type_got)) |                     index, field, type_expected, type_got)) | ||||||
|             expect_value(self, item_got, item_expected, field) |             expect_value(self, item_got, item_expected, field) | ||||||
|     else: |     else: | ||||||
|         if isinstance(expected, compat_str) and expected.startswith('md5:'): |         if isinstance(expected, compat_str) and expected.startswith('md5:'): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user