mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[itv] Sort imports
This commit is contained in:
		@@ -13,16 +13,16 @@ from ..compat import (
 | 
				
			|||||||
    compat_etree_register_namespace,
 | 
					    compat_etree_register_namespace,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
from ..utils import (
 | 
					from ..utils import (
 | 
				
			||||||
 | 
					    determine_ext,
 | 
				
			||||||
 | 
					    ExtractorError,
 | 
				
			||||||
    extract_attributes,
 | 
					    extract_attributes,
 | 
				
			||||||
    xpath_with_ns,
 | 
					 | 
				
			||||||
    xpath_element,
 | 
					 | 
				
			||||||
    xpath_text,
 | 
					 | 
				
			||||||
    int_or_none,
 | 
					    int_or_none,
 | 
				
			||||||
    merge_dicts,
 | 
					    merge_dicts,
 | 
				
			||||||
    parse_duration,
 | 
					    parse_duration,
 | 
				
			||||||
    smuggle_url,
 | 
					    smuggle_url,
 | 
				
			||||||
    ExtractorError,
 | 
					    xpath_with_ns,
 | 
				
			||||||
    determine_ext,
 | 
					    xpath_element,
 | 
				
			||||||
 | 
					    xpath_text,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user