mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Remove unused imports
This commit is contained in:
parent
1a46471553
commit
783bdbdb37
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
|||||||
from builtins import str
|
from builtins import str
|
||||||
from .dag import get_outgoing_edges
|
from .dag import get_outgoing_edges
|
||||||
from ._run import topo_sort
|
from ._run import topo_sort
|
||||||
import os
|
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
from ffmpeg.nodes import (
|
from ffmpeg.nodes import (
|
||||||
@ -11,7 +10,6 @@ from ffmpeg.nodes import (
|
|||||||
get_stream_spec_nodes,
|
get_stream_spec_nodes,
|
||||||
InputNode,
|
InputNode,
|
||||||
OutputNode,
|
OutputNode,
|
||||||
Stream,
|
|
||||||
stream_operator,
|
stream_operator,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user