mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:57:06 -05:00 
			
		
		
		
	[test_utils] PEP 8
This commit is contained in:
		@@ -670,7 +670,6 @@ class TestUtil(unittest.TestCase):
 | 
			
		||||
        on = js_to_json('{42:42}')
 | 
			
		||||
        self.assertEqual(json.loads(on), {'42': 42})
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    def test_extract_attributes(self):
 | 
			
		||||
        self.assertEqual(extract_attributes('<e x="y">'), {'x': 'y'})
 | 
			
		||||
        self.assertEqual(extract_attributes("<e x='y'>"), {'x': 'y'})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user