8000 #17: fix __init__ changes · ronggan/ffmpeg-python@b548092 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit b548092

Browse files
committed
kkroening#17: fix __init__ changes
1 parent b7fc331 commit b548092

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ffmpeg/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
from ._filters import *
44
from ._ffmpeg import *
55
from ._run import *
6-
from ._view import *
7-
__all__ = _filters.__all__ + _ffmpeg.__all__ + _run.__all__ + _view.__all__
6+
__all__ = _filters.__all__ + _ffmpeg.__all__ + _run.__all__

0 commit comments

Comments
 (0)
0