Skip to content

Commit

Permalink
Revert "export serialize module (#371)" (#372)
Browse files Browse the repository at this point in the history
This reverts commit 0a9590f.
  • Loading branch information
lucemia authored Mar 15, 2024
1 parent 0a9590f commit 9d06345
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/ffmpeg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
from . import dag, filters
from .base import afilter, filter_multi_output, input, merge_outputs, output, vfilter
from .common import serialize
from .dag import Stream
from .exceptions import FFMpegExecuteError, FFMpegTypeError, FFMpegValueError
from .probe import probe
from .streams import AudioStream, AVStream, VideoStream

__all__ = [
"serialize",
"filters",
"input",
"output",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"output",
"probe",
"schema",
"serialize",
"streams",
"tests",
"types",
Expand Down

0 comments on commit 9d06345

Please sign in to comment.