mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-16 03:26:46 +01: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:
parent
86e5f3ed2e
commit
f82711587c
86 changed files with 556 additions and 671 deletions
|
|
@ -2,11 +2,7 @@ import subprocess
|
|||
|
||||
from .common import PostProcessor
|
||||
from ..compat import compat_shlex_quote
|
||||
from ..utils import (
|
||||
encodeArgument,
|
||||
PostProcessingError,
|
||||
variadic,
|
||||
)
|
||||
from ..utils import PostProcessingError, encodeArgument, variadic
|
||||
|
||||
|
||||
class ExecPP(PostProcessor):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue