mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup] Sort imports
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
This commit is contained in:
		| @@ -4,12 +4,7 @@ import re | ||||
| import uuid | ||||
| 
 | ||||
| from .fragment import FragmentFD | ||||
| from ..utils import ( | ||||
|     escapeHTML, | ||||
|     formatSeconds, | ||||
|     srt_subtitles_timecode, | ||||
|     urljoin, | ||||
| ) | ||||
| from ..utils import escapeHTML, formatSeconds, srt_subtitles_timecode, urljoin | ||||
| from ..version import __version__ as YT_DLP_VERSION | ||||
| 
 | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan